[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / cutter

Annotation of pkgsrc/devel/cutter/Makefile, Revision 1.80

1.80    ! wiz         1: # $NetBSD: Makefile,v 1.79 2023/01/02 00:11:19 wiz Exp $
1.1       obache      2: #
                      3:
1.39      obache      4: DISTNAME=      cutter-1.2.4
1.80    ! wiz         5: PKGREVISION=   36
1.1       obache      6: CATEGORIES=    devel
                      7: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=cutter/}
                      8:
1.41      hiramats    9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.68      nia        10: HOMEPAGE=      http://cutter.sourceforge.net/
1.1       obache     11: COMMENT=       Unit Testing Framework for C and C++
                     12: LICENSE=       gnu-lgpl-v3
                     13:
1.64      rillig     14: GNU_CONFIGURE=         yes
                     15: USE_LIBTOOL=           yes
                     16: USE_TOOLS+=            gmake intltool pkg-config xgettext msgmerge msgfmt
                     17: USE_LANGUAGES=         c c++
1.1       obache     18: USE_PKGLOCALEDIR=      yes
                     19:
                     20: PKGCONFIG_OVERRIDE+=   cppcutter.pc.in
                     21: PKGCONFIG_OVERRIDE+=   cutter.pc.in
                     22: PKGCONFIG_OVERRIDE+=   gcutter.pc.in
                     23: PKGCONFIG_OVERRIDE+=   gdkcutter-pixbuf.pc.in
                     24: PKGCONFIG_OVERRIDE+=   libcutter.pc.in
                     25: PKGCONFIG_OVERRIDE+=   soupcutter.pc.in
                     26:
                     27: TEST_TARGET=   check
                     28:
                     29: .include "options.mk"
                     30:
1.31      obache     31: .include "../../mk/compiler.mk"
1.36      obache     32: # PR#lib/39986
1.77      nia        33: .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000 && !empty(CC_VERSION:Mgcc*)
1.1       obache     34: LDFLAGS.NetBSD+=       -lgcc_s
1.31      obache     35: .endif
1.1       obache     36:
                     37: BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.16.0
                     38: .include "../../devel/glib2/buildlink3.mk"
                     39: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>