diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-20 18:49:33 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-20 18:49:33 +0000 |
commit | 99eb6f6c46a3eb97a2ff63e8449ba1272ed5726d (patch) | |
tree | b7a1b4904d1cfe7a60f5b216a48a5d119a5b9265 /graphics/dia/Makefile | |
parent | dfec5e2158fdd366595407f7f41ba134f9c06978 (diff) | |
download | pkgsrc-99eb6f6c46a3eb97a2ff63e8449ba1272ed5726d.tar.gz |
Remove python support from this package and bump PKGREVISION to 1.
Reason: drop a build time option.
While here, split the Makefile in two parts to allow the addition
of the upcoming dia-python package, which will provide the missing
bits.
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 36 |
1 files changed, 5 insertions, 31 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 4e59a34219d..f73401010b0 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,38 +1,12 @@ -# $NetBSD: Makefile,v 1.36 2004/11/17 21:42:11 xtraeme Exp $ +# $NetBSD: Makefile,v 1.37 2005/01/20 18:49:33 jmmv Exp $ +# -DISTNAME= dia-0.94 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dia/0.94/} +.include "Makefile.common" -MAINTAINER= jmcneill@invisible.yi.org -HOMEPAGE= http://www.gnome.org/projects/dia/ -COMMENT= Program for creating diagrams of all kinds +PKGREVISION= 1 -USE_BUILDLINK3= YES -USE_PKGLOCALEDIR= YES -USE_X11= YES -USE_GNU_TOOLS+= make -USE_LIBTOOL= YES - -GNU_CONFIGURE= YES - -INTL_FILE= ${WRKSRC}/lib/intl.c - -post-patch: - @${MV} ${INTL_FILE} ${INTL_FILE}.pre - @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${INTL_FILE}.pre > ${INTL_FILE} +USE_DIRS+= xdg-1.1 .include "options.mk" -.include "../../devel/gettext-lib/buildlink3.mk" -.include "../../devel/glib2/buildlink3.mk" -.include "../../devel/pango/buildlink3.mk" -.include "../../devel/pkgconfig/buildlink3.mk" -.include "../../graphics/freetype2/buildlink3.mk" -.include "../../graphics/libart2/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" -.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |