diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-14 09:21:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-14 09:21:49 +0800 |
commit | d55e5002073c0e89ed24105b170e645c7f90b92e (patch) | |
tree | d58d8e5fddafb1b1f41c80eff68cc4e589c55048 /games/foobillard | |
parent | d2bbce2ad4a11664b1ec6e35ea4a74ee681fce67 (diff) | |
download | freebsd-ports-gnome-d55e5002073c0e89ed24105b170e645c7f90b92e.tar.gz freebsd-ports-gnome-d55e5002073c0e89ed24105b170e645c7f90b92e.tar.zst freebsd-ports-gnome-d55e5002073c0e89ed24105b170e645c7f90b92e.zip |
- Add LICENSE
- Fix fetch, update WWW
Approved by: portmgr blanket
Diffstat (limited to 'games/foobillard')
-rw-r--r-- | games/foobillard/Makefile | 7 | ||||
-rw-r--r-- | games/foobillard/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index f3c4a2ae614f..3ba2d05843da 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -5,12 +5,13 @@ PORTNAME= foobillard PORTVERSION= 3.0a PORTREVISION= 10 CATEGORIES= games -MASTER_SITES= http://foobillard.sunsite.dk/dnl/ +MASTER_SITES= SF/${PORTNAME}/FooBillard-Sources/ MAINTAINER= thomas@bsdunix.ch COMMENT= Free OpenGL billiards game -BROKEN= unfetchable +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 @@ -55,6 +56,6 @@ post-patch: ${WRKSRC}/src/Makefile.in post-install: - @${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${STAGEDIR}${PREFIX}/man/man6/foobillard.6 + ${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${STAGEDIR}${PREFIX}/man/man6/foobillard.6 .include <bsd.port.mk> diff --git a/games/foobillard/pkg-descr b/games/foobillard/pkg-descr index 1b7a382cec49..9adcf9a1d16c 100644 --- a/games/foobillard/pkg-descr +++ b/games/foobillard/pkg-descr @@ -1,4 +1,4 @@ Foobillard is a free OpenGL-billard game for Unix with realistic physics, AI-player and many gametypes like pool carambol or snooker. -WWW: http://foobillard.sunsite.dk/ +WWW: http://foobillard.sourceforge.net/ |