25 lines
534 B
Makefile
25 lines
534 B
Makefile
# New ports collection makefile for: wmfirew
|
|
# Date created: 16 May 2002
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmfirew
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= misc windowmaker afterstep
|
|
MASTER_SITES= http://web.novalis.org/programs/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A dockapp that shows fireworks in action
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME}
|
|
USE_GMAKE= yes
|
|
USE_XPM= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|