diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 06:04:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 06:04:11 +0800 |
commit | 293c7fb23c6800caebd9f3cf7fed3aaa58049d55 (patch) | |
tree | 271b9b31a6061388db9fc1f68a4d6ba164555f0d /devel/bugbuddy2/Makefile | |
parent | 8b9e9b4fe61bf1a80722410adbde86be5bc30f86 (diff) | |
download | marcuscom-ports-293c7fb23c6800caebd9f3cf7fed3aaa58049d55.tar marcuscom-ports-293c7fb23c6800caebd9f3cf7fed3aaa58049d55.tar.gz marcuscom-ports-293c7fb23c6800caebd9f3cf7fed3aaa58049d55.tar.bz2 marcuscom-ports-293c7fb23c6800caebd9f3cf7fed3aaa58049d55.tar.lz marcuscom-ports-293c7fb23c6800caebd9f3cf7fed3aaa58049d55.tar.xz marcuscom-ports-293c7fb23c6800caebd9f3cf7fed3aaa58049d55.tar.zst marcuscom-ports-293c7fb23c6800caebd9f3cf7fed3aaa58049d55.zip |
Add bugbuddy2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@31 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bugbuddy2/Makefile')
-rw-r--r-- | devel/bugbuddy2/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/devel/bugbuddy2/Makefile b/devel/bugbuddy2/Makefile new file mode 100644 index 000000000..389c0c76e --- /dev/null +++ b/devel/bugbuddy2/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: bugbuddy2 +# Date created: 14 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/devel/bugbuddy2/Makefile,v 1.33 2002/10/07 17:51:29 marcus Exp $ +# + +PORTNAME= bugbuddy2 +PORTVERSION= 2.2.0 +PORTREVISION= 1 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/bug-buddy/2.2 +DISTNAME= bug-buddy-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +MAN1= bug-buddy.1 + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> |