freebsd-ports/misc/wmfirew/Makefile
Pete Fritchman 503873a870 Add wmfirew 0.20, a dockapp that shows fireworks in action.
PR:		38137
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2002-05-31 12:58:43 +00:00

23 lines
484 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
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>