1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/news/pan2/Makefile
Chris D. Faulhaber 7959d9c28f Update port to 0.7.4:
* Article searching improvements
* Friendlier new user startup
* Added French and Norwegian translations
* Bug fixes include memory leaks, sorting fixes,
  better taskbar display, and dead socket and
  SIGPIPE handling
2000-02-08 23:25:06 +00:00

41 lines
925 B
Makefile

# New ports collection makefile for: pan
# Version required: 0.7.4
# Date created: 07 August 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= pan-0.7.4
CATEGORIES= news gnome
MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ \
ftp://source.rebelbase.com/pub/pan/obsolete/
MAINTAINER= jedgar@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
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300000
pre-fetch:
@${ECHO}
@${ECHO} "Must have FreeBSD-3.0 or greater due to"
@${ECHO} "the use of the pthread library."
@${ECHO}
.endif
.include <bsd.port.post.mk>