diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-19 20:11:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-19 20:11:18 +0000 |
commit | 5825d2cb02f4345d326cce5fac3e295c413d3e5d (patch) | |
tree | 9e44bce5b3982cd47777170eae43210f9062fc53 /news/pan2/Makefile | |
parent | be76297b53b3b3535f92751a2a29e156a608dbfe (diff) |
Notes
Diffstat (limited to 'news/pan2/Makefile')
-rw-r--r-- | news/pan2/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile index 713490c0698b..8336e061d16e 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -1,27 +1,31 @@ -# New ports collection makefile for: pan -# Date created: 07 August 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# New ports collection makefile for: pan2 +# Date created: 19 August 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= pan -PORTVERSION= 0.11.4 +PORTNAME= pan2 +PORTVERSION= 0.13.0 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \ http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ \ ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/pan -DIST_SUBDIR= gnome +DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org +LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 \ + xml2.5:${PORTSDIR}/textproc/libxml2 + USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf +USE_GNOME= gnomeprefix gnomehack USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat" |