diff options
author | mnag <mnag@FreeBSD.org> | 2006-03-20 10:29:03 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-03-20 10:29:03 +0800 |
commit | 447a51381c62cc2f4068c9e4ba37010eb0f5d18d (patch) | |
tree | 7af6d87e3204ef96aa3dd309ab8a54bee070d249 /astro | |
parent | d0471ce74db9248bfd6b0ed5f6e960ef8cde20fd (diff) | |
download | freebsd-ports-gnome-447a51381c62cc2f4068c9e4ba37010eb0f5d18d.tar.gz freebsd-ports-gnome-447a51381c62cc2f4068c9e4ba37010eb0f5d18d.tar.zst freebsd-ports-gnome-447a51381c62cc2f4068c9e4ba37010eb0f5d18d.zip |
- Fix unfetchable [1]
- Reorganize Makefile
PR: 94702 [1]
Submitted by: Jean-Francois BOEUF <jfb@minet.net>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/stars/Makefile | 11 | ||||
-rw-r--r-- | astro/stars/distinfo | 6 |
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 |