diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-08 22:32:11 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-08 22:32:11 +0800 |
commit | 044449aeb3a93c42d5830a0b1a26325e7b3ab35b (patch) | |
tree | 59ce239b65a9dac07ed11b4cd3e666c70ece2011 /games | |
parent | c69aab7e385f38649ffe557164c330e0d560d691 (diff) | |
download | freebsd-ports-graphics-044449aeb3a93c42d5830a0b1a26325e7b3ab35b.tar.gz freebsd-ports-graphics-044449aeb3a93c42d5830a0b1a26325e7b3ab35b.tar.zst freebsd-ports-graphics-044449aeb3a93c42d5830a0b1a26325e7b3ab35b.zip |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 159465
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/xfireworks/Makefile | 10 | ||||
-rw-r--r-- | games/xfireworks/pkg-descr | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games/xfireworks/Makefile b/games/xfireworks/Makefile index 7cc97fdefb1..945424a5f06 100644 --- a/games/xfireworks/Makefile +++ b/games/xfireworks/Makefile @@ -9,20 +9,22 @@ PORTNAME= xfireworks PORTVERSION= 1.4 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/ +MASTER_SITES= http://kozos.jp/myfreesoft/ MAINTAINER= ports@FreeBSD.org COMMENT= Fireworks on X -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual USE_XORG= x11 +MAKE_JOBS_SAFE= yes + MAN1= xfireworks.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xfireworks ${PREFIX}/bin/xfireworks - ${INSTALL_MAN} ${WRKSRC}/xfireworks.1 ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/xfireworks.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/xfireworks.conf ${PREFIX}/etc/xfireworks.conf.sample .if !exists(${PREFIX}/etc/xfireworks.conf) ${CP} ${PREFIX}/etc/xfireworks.conf.sample ${PREFIX}/etc/xfireworks.conf diff --git a/games/xfireworks/pkg-descr b/games/xfireworks/pkg-descr index 619ce73c52a..8339ac461f0 100644 --- a/games/xfireworks/pkg-descr +++ b/games/xfireworks/pkg-descr @@ -6,3 +6,5 @@ Sumidagawa River's Hanabi Taikai is very popular. The author has seen Arakawa River's Hanabi Taikai every year. See xfireworks(1) for more details. + +WWW: http://kozos.jp/myfreesoft/ |