mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.70. There should be no more coredumps in this version.
Special thanks to: billf (for the -lm tidbit)
This commit is contained in:
parent
e9188fa59f
commit
10bc76fb02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30161
@ -6,24 +6,30 @@
|
||||
#
|
||||
|
||||
PORTNAME= xplanet
|
||||
PORTVERSION= 0.60
|
||||
PORTVERSION= 0.70
|
||||
CATEGORIES= astro x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.radcyberzine.com/xglobe/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} depths_800.jpg
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \
|
||||
GL.14:${PORTSDIR}/graphics/Mesa3
|
||||
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
GL.14:${PORTSDIR}/graphics/Mesa3 \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-map-extension=jpg
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm"
|
||||
MAKE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm"
|
||||
MAN1= xplanet.1 xplanetbg.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (xplanet-0.60.tar.gz) = 97144e49e670fb41dcdbb5c66574a61d
|
||||
MD5 (xplanet-0.70.tar.gz) = d188bb074669c4c42beb9aec9a22321c
|
||||
MD5 (depths_800.jpg) = cf9e09624ecaafc3611578f2a7de37e1
|
||||
|
Loading…
Reference in New Issue
Block a user