diff options
author | ak <ak@FreeBSD.org> | 2013-01-25 01:58:46 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-01-25 01:58:46 +0800 |
commit | 042c8597f8445f77bba2cf765905756df5fc564d (patch) | |
tree | 8b40dc5bae0e2384a2264d68ef6667bc67114d85 | |
parent | e1396fe45d6f889a538a432974e729bb1bd426ea (diff) | |
download | freebsd-ports-gnome-042c8597f8445f77bba2cf765905756df5fc564d.tar.gz freebsd-ports-gnome-042c8597f8445f77bba2cf765905756df5fc564d.tar.zst freebsd-ports-gnome-042c8597f8445f77bba2cf765905756df5fc564d.zip |
- Undeprecate
- Add MASTER_SITES
- Remove obsolete WWW from pkg-descr
- Take maintainership
-rw-r--r-- | graphics/xmountains/Makefile | 20 | ||||
-rw-r--r-- | graphics/xmountains/distinfo | 4 | ||||
-rw-r--r-- | graphics/xmountains/pkg-descr | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile index 8d38e5fed785..71918fcfa000 100644 --- a/graphics/xmountains/Makefile +++ b/graphics/xmountains/Makefile @@ -4,15 +4,16 @@ PORTNAME= xmountains PORTVERSION= 2.9 CATEGORIES= graphics -MASTER_SITES= http://www2.epcc.ed.ac.uk/~spb/xmountains/ -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org +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= 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 diff --git a/graphics/xmountains/distinfo b/graphics/xmountains/distinfo index e1b72f339acf..90739d010c23 100644 --- a/graphics/xmountains/distinfo +++ b/graphics/xmountains/distinfo @@ -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 diff --git a/graphics/xmountains/pkg-descr b/graphics/xmountains/pkg-descr index d9317e9ac101..7b06c9569f69 100644 --- a/graphics/xmountains/pkg-descr +++ b/graphics/xmountains/pkg-descr @@ -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/ |