1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/news/pan2/Makefile
Ade Lovett a47f6896ff Update to 0.8.0
Take over MAINTAINERship

Approved by (with blessings!):	jedgar (previous MAINTAINER)
2000-05-18 15:16:28 +00:00

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>