diff options
author | steve <steve@FreeBSD.org> | 2000-07-07 18:48:31 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-07 18:48:31 +0000 |
commit | b87eac8156f270b5a44b317b624e82f1d58056ae (patch) | |
tree | acb4454e8ac84cfa00cb7a84b099ec76d52003b6 /games/KnightCap/Makefile | |
parent | d6001e73f574fea02d6237fb7c86981a40f572f2 (diff) | |
download | FreeBSD-ports-b87eac8156f270b5a44b317b624e82f1d58056ae.zip FreeBSD-ports-b87eac8156f270b5a44b317b624e82f1d58056ae.tar.gz |
Update to version 3.6.
PR: 19409
Submitted by: maintainer
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 fc3d19e..2b6d0fa 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: |