diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
commit | af3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /x11-toolkits/gdl/Makefile | |
parent | c7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gdl/Makefile')
-rw-r--r-- | x11-toolkits/gdl/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index fe51f85de348..c547fdc8001a 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -1,18 +1,22 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.40 2010/09/29 08:07:46 kwm Exp $ +# $MCom: ports/trunk/x11-toolkits/gdl/Makefile 19868 2014-09-14 13:50:26Z kwm $ PORTNAME= gdl -PORTVERSION= 2.30.1 -PORTREVISION= 3 +PORTVERSION= 3.12.0 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Components intended to be shared between GNOME development tools -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 -USE_GNOME= gnomeprefix gtk20 +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GNOME= gnomeprefix gtk30 intlhack +USES= gettext gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |