freebsd-ports/games/wmshuffle/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

25 lines
548 B
Makefile

# New ports collection makefile for: wmshuffle
# Date created: 15 May 2002
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wmshuffle
PORTVERSION= 0.6
CATEGORIES= games windowmaker afterstep
MASTER_SITES= http://www.linuks.mine.nu/dockapp/ \
ftp://regency.nsu.ru/tmp/
MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
post-install:
@${MKDIR} ${DATADIR}
@${CP} ${WRKSRC}/skin-*.xpm ${DATADIR}
@${ECHO} "===> Run 'wmshuffle --help' for the available options"
.include <bsd.port.mk>