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/Makefile | |
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/Makefile')
-rw-r--r-- | games/foobillard/Makefile | 7 |
1 files changed, 4 insertions, 3 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> |