diff options
Diffstat (limited to 'x11-toolkits/gtkextra--/Makefile')
-rw-r--r-- | x11-toolkits/gtkextra--/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-toolkits/gtkextra--/Makefile b/x11-toolkits/gtkextra--/Makefile new file mode 100644 index 0000000..ba919b0 --- /dev/null +++ b/x11-toolkits/gtkextra--/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtkextra-- +# Date created: 17 August 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtkextramm +PORTVERSION= 0.7.1 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gtkextra.10:${PORTSDIR}/x11-toolkits/gtkextra \ + gtkmm-1.2.0:${PORTSDIR}/x11-toolkits/gtk-- + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + PERL="${PERL}" + +.include <bsd.port.mk> |