aboutsummaryrefslogtreecommitdiff
path: root/astro/stars
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-03-20 02:29:03 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-03-20 02:29:03 +0000
commitb7f271f03837fce4d49c09a88972ba89210da9ea (patch)
treec524a81892909f01a6859169c95c65d7e8bba489 /astro/stars
parentc808e64d3c95d0ecb2329fb01fe42303d27085a1 (diff)
downloadports-b7f271f03837fce4d49c09a88972ba89210da9ea.tar.gz
ports-b7f271f03837fce4d49c09a88972ba89210da9ea.zip
- Fix unfetchable [1]
- Reorganize Makefile PR: 94702 [1] Submitted by: Jean-Francois BOEUF <jfb@minet.net>
Notes
Notes: svn path=/head/; revision=157705
Diffstat (limited to 'astro/stars')
-rw-r--r--astro/stars/Makefile11
-rw-r--r--astro/stars/distinfo6
2 files changed, 8 insertions, 9 deletions
diff --git a/astro/stars/Makefile b/astro/stars/Makefile
index 5acf8ea45079..c027c854090e 100644
--- a/astro/stars/Makefile
+++ b/astro/stars/Makefile
@@ -8,9 +8,8 @@
PORTNAME= stars
PORTVERSION= 1.0
CATEGORIES= astro
-MASTER_SITES= ftp://ftp.planetmirror.com/pub/hpfreeware/X11/Demos/stars-1.0/ \
- http://public.www.planetmirror.com/pub/hpfreeware/X11/Demos/stars-1.0/
-DISTNAME= stars-1.0-ss-11.00
+MASTER_SITES= http://hpux.connect.org.uk/ftp/hpux/X11/Demos/${PORTNAME}-${PORTVERSION}/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-src-11.00
MAINTAINER= ports@FreeBSD.org
COMMENT= Star field demo
@@ -20,9 +19,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
do-build:
- ${CC} -I${PREFIX}/include ${CFLAGS} -c ${WRKSRC}/xwin.c -o ${WRKSRC}/xwin.o
- ${CC} -I${PREFIX}/include ${CFLAGS} -c ${WRKSRC}/main.c -o ${WRKSRC}/main.o
- ${CC} ${WRKSRC}/main.o ${WRKSRC}/xwin.o -L${PREFIX}/lib -lX11 -lm -o ${WRKSRC}/stars
+ @${CC} -I${PREFIX}/include ${CFLAGS} -c ${WRKSRC}/xwin.c -o ${WRKSRC}/xwin.o
+ @${CC} -I${PREFIX}/include ${CFLAGS} -c ${WRKSRC}/main.c -o ${WRKSRC}/main.o
+ @${CC} ${WRKSRC}/main.o ${WRKSRC}/xwin.o -L${PREFIX}/lib -lX11 -lm -o ${WRKSRC}/stars
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stars ${PREFIX}/bin/stars
diff --git a/astro/stars/distinfo b/astro/stars/distinfo
index e5215ec34e29..81c015dc770a 100644
--- a/astro/stars/distinfo
+++ b/astro/stars/distinfo
@@ -1,3 +1,3 @@
-MD5 (stars-1.0-ss-11.00.tar.gz) = a0a0f45a10eab82cc5bdae2788302d05
-SHA256 (stars-1.0-ss-11.00.tar.gz) = 519d65d1f81db6159c32e9b6f1acee7a7ace8ab3f13cae4e9da35324f916347e
-SIZE (stars-1.0-ss-11.00.tar.gz) = 5410
+MD5 (stars-1.0-src-11.00.tar.gz) = a0a0f45a10eab82cc5bdae2788302d05
+SHA256 (stars-1.0-src-11.00.tar.gz) = 519d65d1f81db6159c32e9b6f1acee7a7ace8ab3f13cae4e9da35324f916347e
+SIZE (stars-1.0-src-11.00.tar.gz) = 5410