2002-05-22 08:37:56 +02:00
|
|
|
# New ports collection makefile for: wmshuffle
|
|
|
|
# Date created: 15 May 2002
|
|
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmshuffle
|
|
|
|
PORTVERSION= 0.6
|
- 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 19:56:05 +02:00
|
|
|
PORTREVISION= 3
|
2002-05-22 08:37:56 +02:00
|
|
|
CATEGORIES= games windowmaker afterstep
|
|
|
|
MASTER_SITES= http://www.linuks.mine.nu/dockapp/ \
|
2006-03-31 13:52:55 +02:00
|
|
|
http://freebsd.nsu.ru/distfiles/
|
2002-05-22 08:37:56 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= A dockable Shuffle game for WindowMaker and AfterStep
|
2002-05-22 08:37:56 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
- 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 19:56:05 +02:00
|
|
|
USE_XORG= xpm
|
2002-05-22 08:37:56 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DATADIR}
|
2006-03-31 13:52:55 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/skin-*.xpm ${DATADIR}
|
2003-09-27 02:45:43 +02:00
|
|
|
@${ECHO_MSG} "===> Run 'wmshuffle --help' for the available options"
|
2002-05-22 08:37:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|