1999-10-03 21:48:47 +00:00
|
|
|
# New ports collection makefile for: gbuffy
|
|
|
|
# Date created: 2 October 1999
|
|
|
|
# Whom: kaj@Raditex.se
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= gbuffy
|
|
|
|
PORTVERSION= 0.2.2
|
2000-06-01 16:25:45 +00:00
|
|
|
CATEGORIES= mail
|
1999-10-03 21:48:47 +00:00
|
|
|
MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/
|
|
|
|
|
|
|
|
MAINTAINER= kaj@Raditex.se
|
|
|
|
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
2000-07-16 19:47:04 +00:00
|
|
|
PropList.2:${PORTSDIR}/devel/libPropList \
|
|
|
|
compface.1:${PORTSDIR}/mail/faces
|
1999-10-03 21:48:47 +00:00
|
|
|
|
|
|
|
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>
|