summaryrefslogtreecommitdiff
path: root/astro/xtide/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-12-17 21:47:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-12-17 21:47:23 +0000
commitf706d76da881811f98256bf3a6dec748784d555d (patch)
tree29cdbebbc53849bd2431bc6df8f4fa0a6333844e /astro/xtide/Makefile
parentMark BROKEN also on ia64. (diff)
- Update to 2.8.3
Notes
Notes: svn path=/head/; revision=180043
Diffstat (limited to 'astro/xtide/Makefile')
-rw-r--r--astro/xtide/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile
index 3f38746d8e0d..d6920b4d491c 100644
--- a/astro/xtide/Makefile
+++ b/astro/xtide/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= xtide
-PORTVERSION= 2.8.2
+PORTVERSION= 2.8.3
CATEGORIES= astro
-MASTER_SITES= ftp://bel-marduk.unh.edu/xtide/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics-dwf-2005-06-05-v2.tcd.gz
+MASTER_SITES= ftp://ftp.flaterco.com/xtide/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics-dwf-20060708.tcd.bz2
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
@@ -17,23 +17,19 @@ COMMENT= Harmonic tide clock and tide predictor
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
-USE_X_PREFIX= yes
-USE_XPM= yes
+USE_BZIP2= yes
+USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= extracxxflags="${CPPFLAGS}" extraldflags="${LDFLAGS}"
MAN1= tide.1 xtide.1
MAN8= xttpd.8
PLIST_FILES= bin/tide bin/xtide bin/xttpd %%DATADIR%%/harmonics.tcd
PLIST_DIRS= %%DATADIR%%
-CPPFLAGS= `pkg-config --cflags-only-I libpng12` -I${LOCALBASE}/include
-LDFLAGS= `pkg-config --libs-only-L libpng12` -L${LOCALBASE}/lib
-
post-extract:
- @${GZCAT} ${DISTDIR}/harmonics-dwf-2005-06-05-v2.tcd.gz \
+ @${BZCAT} ${DISTDIR}/harmonics-dwf-20060708.tcd.bz2 \
> ${WRKSRC}/harmonics.tcd
post-patch: