diff options
Diffstat (limited to 'games/wmshuffle/Makefile')
-rw-r--r-- | games/wmshuffle/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/wmshuffle/Makefile b/games/wmshuffle/Makefile new file mode 100644 index 0000000..d174748 --- /dev/null +++ b/games/wmshuffle/Makefile @@ -0,0 +1,25 @@ +# 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> |