2000-02-23 01:42:13 +01:00
|
|
|
# New ports collection makefile for: xplanet
|
|
|
|
# Date created: 22 Feb 2000
|
|
|
|
# Whom: darius@dons.net.au
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= xplanet
|
2003-04-06 09:52:06 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2002-05-20 00:31:31 +02:00
|
|
|
CATEGORIES= astro
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-02-23 01:42:13 +01:00
|
|
|
|
2003-04-06 09:52:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Draw pictures of the earth textured by an image
|
2000-02-23 01:42:13 +01:00
|
|
|
|
2003-04-06 09:52:06 +02:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2002-05-20 00:31:31 +02:00
|
|
|
freetype.9:${PORTSDIR}/print/freetype2 \
|
|
|
|
ungif.5:${PORTSDIR}/graphics/libungif \
|
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2002-07-06 12:13:38 +02:00
|
|
|
netpbm.1:${PORTSDIR}/graphics/netpbm
|
2002-05-20 00:31:31 +02:00
|
|
|
|
2000-02-23 01:42:13 +01:00
|
|
|
USE_X_PREFIX= yes
|
2003-04-07 17:18:30 +02:00
|
|
|
USE_GCC= 3.2
|
2000-02-23 01:42:13 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-05-20 00:31:31 +02:00
|
|
|
CONFIGURE_ARGS= --with-map-extension=jpg --with-freetype --with-gif \
|
|
|
|
--with-png --with-pnm --with-tiff
|
2000-10-05 08:57:56 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
2000-07-04 07:34:52 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm"
|
2003-04-06 09:52:06 +02:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 08:57:56 +02:00
|
|
|
|
2003-04-06 09:52:06 +02:00
|
|
|
MAN1= xplanet.1
|
2000-02-23 01:42:13 +01:00
|
|
|
|
2002-05-20 00:31:31 +02:00
|
|
|
# Install the list of FreeBSD sites & committers locations from astro/xearth
|
2000-02-23 01:42:13 +01:00
|
|
|
post-install:
|
2002-05-20 00:31:31 +02:00
|
|
|
.for file in freebsd.committers.markers freebsd.ftp.markers
|
|
|
|
@${INSTALL_DATA} ${PORTSDIR}/astro/xearth/files/${file} \
|
2003-04-06 09:52:06 +02:00
|
|
|
${DATADIR}/markers
|
2002-05-20 00:31:31 +02:00
|
|
|
.endfor
|
2000-02-23 01:42:13 +01:00
|
|
|
|
2003-04-06 09:52:06 +02:00
|
|
|
.include <bsd.port.mk>
|