diff options
Diffstat (limited to 'devel/glade2/Makefile')
-rw-r--r-- | devel/glade2/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile new file mode 100644 index 000000000..8f120759b --- /dev/null +++ b/devel/glade2/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: glade2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/devel/glade2/Makefile,v 1.43 2003/04/04 07:30:50 marcus Exp $ +# + +PORTNAME= glade2 +PORTVERSION= 2.0.0 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0 +DISTNAME= glade-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A user interface builder for GTK+/GNOME + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_LIBTOOL= yes +USE_GNOME= gnomeprefix gnomehack gnomedb libgnomeui +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> |