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

Annotation of pkgsrc/graphics/plotutils/Makefile, Revision 1.46

1.46    ! wiz         1: # $NetBSD: Makefile,v 1.45 2010/06/13 22:44:41 wiz Exp $
1.1       frueauf     2: #
                      3:
1.44      wiz         4: DISTNAME=              plotutils-2.6
1.46    ! wiz         5: PKGREVISION=           2
1.9       wiz         6: CATEGORIES=            devel graphics x11
                      7: MASTER_SITES=          ${MASTER_SITE_GNU:=plotutils/}
1.1       frueauf     8:
1.27      grant       9: MAINTAINER=            dmcmahill@NetBSD.org
1.9       wiz        10: HOMEPAGE=              http://www.gnu.org/software/plotutils/plotutils.html
1.13      wiz        11: COMMENT=               Programs and library for plotting scientific data
1.44      wiz        12: LICENSE=               gnu-gpl-v3
1.11      dmcmahil   13:
1.26      seb        14: CONFLICTS+=            plotutils-nox11-[0-9]*
1.1       frueauf    15:
1.30      minskim    16: PKG_INSTALLATION_TYPES=        overwrite pkgviews
1.42      joerg      17: PKG_DESTDIR_SUPPORT=   user-destdir
1.30      minskim    18:
1.31      grant      19: USE_LANGUAGES=         c c++
1.41      rillig     20: USE_TOOLS+=            lex yacc
1.25      jschauma   21:
1.44      wiz        22: INFO_FILES=            yes
                     23: USE_LIBTOOL=           yes
                     24: GNU_CONFIGURE=         yes
1.9       wiz        25: CONFIGURE_ARGS+=       --enable-libplotter
1.44      wiz        26: MAKE_JOBS_SAFE=                no
1.1       frueauf    27:
1.29      minskim    28: .include "../../graphics/png/buildlink3.mk"
1.40      joerg      29: .include "../../x11/libXaw/buildlink3.mk"
                     30: .include "../../x11/libXext/buildlink3.mk"
                     31: .include "../../x11/libXp/buildlink3.mk"
                     32: .include "../../x11/libXt/buildlink3.mk"
                     33: .include "../../x11/xextproto/buildlink3.mk"
1.1       frueauf    34: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>