- Undeprecate

- Add MASTER_SITES
- Remove obsolete WWW from pkg-descr
- Take maintainership
This commit is contained in:
Alex Kozlov 2013-01-24 17:58:46 +00:00
parent 9012472463
commit 99f1ad7953
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310937
3 changed files with 12 additions and 12 deletions

View File

@ -4,15 +4,16 @@
PORTNAME= xmountains
PORTVERSION= 2.9
CATEGORIES= graphics
MASTER_SITES= http://www2.epcc.ed.ac.uk/~spb/xmountains/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MASTER_SITES= ftp://ftp.uwsg.indiana.edu/linux/debian/pool/main/x/xmountains/ \
ftp://ftp.fi.netbsd.org/.m/mirrors1/archive.ubuntu.com/pool/universe/x/xmountains/ \
ftp://ftp.mirrorservice.org/sites/archive.raspbian.org/raspbian/pool/main/x/xmountains/ \
ftp://ftp.unicamp.br/pub/debian/pool/main/x/xmountains/ \
ftp://ftp.debian.com/debian/pool/main/x/xmountains/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
MAINTAINER= ak@FreeBSD.org
COMMENT= X11 based fractal landscape generator
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2012-11-26
NO_WRKSUBDIR= yes
USE_XORG= xbitmaps x11
@ -20,12 +21,13 @@ USE_XORG= xbitmaps x11
MAN6= ${PORTNAME}.6
PLIST_FILES= bin/${PORTNAME}
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
post-extract:
@${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.6
do-build:
cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include *.c \
-o ${PORTNAME} -L${LOCALBASE}/lib -lX11 -lm
cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} *.c -lX11 -lm -o ${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

View File

@ -1,2 +1,2 @@
SHA256 (xmountains_2.9.tar.gz) = 3830f48ab46d770f0ce1c5e8fd1861e28fa1b8373aa82fac66a563f017aaee89
SIZE (xmountains_2.9.tar.gz) = 27951
SHA256 (xmountains_2.9.orig.tar.gz) = 3830f48ab46d770f0ce1c5e8fd1861e28fa1b8373aa82fac66a563f017aaee89
SIZE (xmountains_2.9.orig.tar.gz) = 27951

View File

@ -3,5 +3,3 @@ random fractal surfaces and displays them in a window. While the
program is running the fractal is continuously extended on the right
and the image is scrolled from right to left to expose the newly
generated area.
WWW: http://www2.epcc.ed.ac.uk/~spb/xmountains/