diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 21:48:47 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 21:48:47 +0000 |
commit | 3e405e2809713421c819e0a9be392067349573df (patch) | |
tree | 663a24cc5090a29edcfe05ddaa1d884cf29d1cb2 /mail/gbuffy/Makefile | |
parent | 3fd7d1bce2fd43f89f2fa93f33002e92d9c5a14c (diff) | |
download | ports-3e405e2809713421c819e0a9be392067349573df.tar.gz ports-3e405e2809713421c819e0a9be392067349573df.zip |
Notes
Diffstat (limited to 'mail/gbuffy/Makefile')
-rw-r--r-- | mail/gbuffy/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile new file mode 100644 index 000000000000..894961d0031b --- /dev/null +++ b/mail/gbuffy/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gbuffy +# Version required: 0.2.1 +# Date created: 2 October 1999 +# Whom: kaj@Raditex.se +# +# $FreeBSD$ +# + +DISTNAME= gbuffy-0.2.2 +CATEGORIES= mail gnome +MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/ + +MAINTAINER= kaj@Raditex.se + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + PropList.1:${PORTSDIR}/devel/libPropList + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ + GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |