diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-06 15:52:06 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-06 15:52:06 +0800 |
commit | edc4dea7fa27a4fa508cb7f5500e98b113da4365 (patch) | |
tree | 3781ee8425a52bea697d96548f53b4af2a9913ff /astro/xplanet/Makefile | |
parent | 4d57d141bfff297d47f62ae114855891a45a5e31 (diff) | |
download | freebsd-ports-gnome-edc4dea7fa27a4fa508cb7f5500e98b113da4365.tar.gz freebsd-ports-gnome-edc4dea7fa27a4fa508cb7f5500e98b113da4365.tar.zst freebsd-ports-gnome-edc4dea7fa27a4fa508cb7f5500e98b113da4365.zip |
upgrade to 1.0.1
reset maintainer to ports
Approved by: maintainer (will@)
Diffstat (limited to 'astro/xplanet/Makefile')
-rw-r--r-- | astro/xplanet/Makefile | 32 |
1 files changed, 7 insertions, 25 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 6334b2a42fb0..8552c8d249b9 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -6,54 +6,36 @@ # PORTNAME= xplanet -PORTVERSION= 0.94 +PORTVERSION= 1.0.1 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= will@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Draw pictures of the earth textured by an image -LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 \ ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ netpbm.1:${PORTSDIR}/graphics/netpbm -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 - USE_X_PREFIX= yes -USE_MESA= yes -USE_GMAKE= yes GNU_CONFIGURE= yes - CONFIGURE_ARGS= --with-map-extension=jpg --with-freetype --with-gif \ --with-png --with-pnm --with-tiff - CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ - WISH=${LOCALBASE}/bin/wish8.3 - -MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" +USE_GMAKE= yes -MAN1= xplanet.1 xplanetbg.1 tkxplanet.1 tzcoord.pl.1 -MANCOMPRESSED= no - -.include <bsd.port.pre.mk> - -pre-configure: - @${PERL} -pi -e 's|-O3||' ${WRKSRC}/configure - -pre-build: - @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/auxfiles.h +MAN1= xplanet.1 # Install the list of FreeBSD sites & committers locations from astro/xearth post-install: .for file in freebsd.committers.markers freebsd.ftp.markers @${INSTALL_DATA} ${PORTSDIR}/astro/xearth/files/${file} \ - ${PREFIX}/share/xplanet/markers + ${DATADIR}/markers .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |