2013-06-28 22:51:40 +00:00
|
|
|
# Created by: jmz
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1995-04-12 15:22:43 +00:00
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= xsnow
|
2003-12-22 16:52:10 +00:00
|
|
|
PORTVERSION= 1.42
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
1996-11-18 09:56:45 +00:00
|
|
|
CATEGORIES= x11
|
2011-02-28 22:58:31 +00:00
|
|
|
MASTER_SITES= http://dropmix.xs4all.nl/rick/Xsnow/
|
1995-04-12 15:22:43 +00:00
|
|
|
|
2011-02-28 22:58:31 +00:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2003-03-07 06:36:20 +00:00
|
|
|
COMMENT= Create a snowy and Santa-y desktop
|
1994-11-12 01:12:25 +00:00
|
|
|
|
2013-06-28 22:51:40 +00:00
|
|
|
USES= imake
|
- 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
|
|
|
USE_XORG= xpm
|
2014-01-09 14:48:54 +00:00
|
|
|
PLIST_FILES= bin/xsnow man/man6/xsnow.6.gz
|
1995-04-12 15:22:43 +00:00
|
|
|
|
2011-02-28 22:58:31 +00:00
|
|
|
post-configure:
|
|
|
|
@${REINPLACE_CMD} \
|
|
|
|
-e 's: BINDIR .*:BINDIR=${PREFIX}/bin:' \
|
|
|
|
-e 's: MANDIR .*:MANDIR=${PREFIX}/man/man6:' \
|
|
|
|
-e 's: MANSUFFIX .*:MANSUFFIX=6:' \
|
|
|
|
-e 's/^Makefile::/^Makefile:/' \
|
|
|
|
${WRKSRC}/Makefile
|
1994-11-12 01:12:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|