diff options
author | obache <obache@pkgsrc.org> | 2011-03-03 12:05:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-03 12:05:22 +0000 |
commit | 91bbe4575a3e3de94b807e61de01772df8fff92b (patch) | |
tree | c6f192e97e789733078638240ed41bece21fffab /x11/vte | |
parent | 7ffd9f607b69684921e5887bbcf6eec189e86cd3 (diff) | |
download | pkgsrc-91bbe4575a3e3de94b807e61de01772df8fff92b.tar.gz |
split out distribution file related part to Makefile.common.
Diffstat (limited to 'x11/vte')
-rw-r--r-- | x11/vte/Makefile | 9 | ||||
-rw-r--r-- | x11/vte/Makefile.common | 15 |
2 files changed, 18 insertions, 6 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index c01f8c96c3d..93e83b963e2 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.82 2011/01/13 13:36:27 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2011/03/03 12:05:22 obache Exp $ # -DISTNAME= vte-0.26.2 +.include "Makefile.common" + PKGREVISION= 1 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.26/} -EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ @@ -23,8 +22,6 @@ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --with-ft-exec-prefix=${BUILDLINK_PREFIX.freetype2} CONFIGURE_ARGS+= --enable-Bsymbolic=auto -PKGCONFIG_OVERRIDE+= vte.pc.in - BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0 .include "../../devel/glib2/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" diff --git a/x11/vte/Makefile.common b/x11/vte/Makefile.common new file mode 100644 index 00000000000..232b2cd2690 --- /dev/null +++ b/x11/vte/Makefile.common @@ -0,0 +1,15 @@ +# $NetBSD: Makefile.common,v 1.1 2011/03/03 12:05:22 obache Exp $ +# +# used by x11/py-vte/Makefile + +DISTNAME= vte-0.26.2 +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.26/} +EXTRACT_SUFX= .tar.bz2 + +HOMEPAGE= http://www.gnome.org/ +LICENSE= gnu-lgpl-v2 + +DISTINFO_FILE= ${.CURDIR}/../../x11/vte/distinfo +PATCHDIR= ${.CURDIR}/../../x11/vte/patches + +PKGCONFIG_OVERRIDE+= vte.pc.in |