diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:48:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:48:31 +0000 |
commit | 29a402115e3ae9f78ebddda5e760017b3873b425 (patch) | |
tree | 0d23e602416171882ecc9dadccc0727e854eef8e /games/KnightCap/Makefile | |
parent | 660fa88419f2fdf20111d0e96443f76bcae3866d (diff) | |
download | ports-29a402115e3ae9f78ebddda5e760017b3873b425.tar.gz ports-29a402115e3ae9f78ebddda5e760017b3873b425.zip |
Notes
Diffstat (limited to 'games/KnightCap/Makefile')
-rw-r--r-- | games/KnightCap/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/KnightCap/Makefile b/games/KnightCap/Makefile index fc3d19eeb391..2b6d0faaa3e6 100644 --- a/games/KnightCap/Makefile +++ b/games/KnightCap/Makefile @@ -6,20 +6,20 @@ # PORTNAME= knightcap -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= games -MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/ +MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/ \ + ftp://ftp.bmtmicro.com/pub/linux/tucows/files/x11/entertain/ \ + ftp://ftp.cadvision.com/pub/linuxberg/files/x11/entertain/ DISTNAME= KnightCap-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bugg@bugg.strangled.net LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3\ GLU.14:${PORTSDIR}/graphics/Mesa3 \ glut.3:${PORTSDIR}/graphics/Mesa3 -FETCH_BEFORE_ARGS= -P ALL_TARGET= KnightCap -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/Export do-install: |