1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/xfireworks/Makefile

30 lines
700 B
Makefile

# Created by: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
# $FreeBSD$
PORTNAME= xfireworks
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://kozos.jp/myfreesoft/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fireworks on X
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USE_XORG= x11
MAN1= xfireworks.1
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xfireworks ${PREFIX}/bin/xfireworks
${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
.endif
.include <bsd.port.mk>