mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
647 B
Makefile
28 lines
647 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= games windowmaker afterstep
|
|
MASTER_SITES= http://www.linuks.mine.nu/dockapp/ \
|
|
http://freebsd.nsu.ru/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A dockable Shuffle game for WindowMaker and AfterStep
|
|
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
|
|
post-install:
|
|
@${MKDIR} ${DATADIR}
|
|
${INSTALL_DATA} ${WRKSRC}/skin-*.xpm ${DATADIR}
|
|
@${ECHO_MSG} "===> Run 'wmshuffle --help' for the available options"
|
|
|
|
.include <bsd.port.mk>
|