summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gdl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gdl/Makefile')
-rw-r--r--x11-toolkits/gdl/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
new file mode 100644
index 000000000..9e10417a7
--- /dev/null
+++ b/x11-toolkits/gdl/Makefile
@@ -0,0 +1,29 @@
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
+# $FreeBSD$
+# $MCom: ports/trunk/x11-toolkits/gdl3/Makefile 18610 2013-06-30 16:33:05Z marcus $
+
+PORTNAME= gdl
+PORTVERSION= 3.6.2
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= GNOME
+PKGNAMESUFFIX= 3
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Components intended to be shared between GNOME development tools
+
+LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USE_XZ= yes
+USE_GNOME= gnomeprefix gtk30 intltool
+USES= gettext gmake pathfix pkgconfig
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdl-3.so.5
+
+.include <bsd.port.mk>