1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/games/wmshuffle/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

27 lines
630 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= 3
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_XORG= xpm
post-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/skin-*.xpm ${DATADIR}
@${ECHO_MSG} "===> Run 'wmshuffle --help' for the available options"
.include <bsd.port.mk>