a47f6896ff
Take over MAINTAINERship Approved by (with blessings!): jedgar (previous MAINTAINER)
31 lines
733 B
Makefile
31 lines
733 B
Makefile
# New ports collection makefile for: pan
|
|
# Date created: 07 August 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pan
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= news gnome
|
|
MASTER_SITES= ftp://source.rebelbase.com/pub/pan/${PORTVERSION}/
|
|
|
|
MAINTAINER= ade@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
--datadir=${PREFIX}/share/gnome
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|