2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Yukihiro Nakai <nacai@iname.com>
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1999-04-03 03:08:40 +02:00
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= scwm-icons
|
|
|
|
PORTVERSION= 0.99.2
|
- 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= 2
|
1999-04-03 03:08:40 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/scwm/scwm/0.99.6.2
|
1999-04-03 03:08:40 +02:00
|
|
|
|
2003-11-03 02:19:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An icon collection for the scwm window manager
|
1999-04-03 03:08:40 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2004-05-29 08:22:18 +02:00
|
|
|
do-install:
|
2014-02-20 09:41:47 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/scwm/pixmaps
|
2004-05-29 08:22:18 +02:00
|
|
|
.for dir in icons mini-icons startup
|
2014-02-20 09:41:47 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${dir}/*.xpm \
|
|
|
|
${STAGEDIR}${PREFIX}/share/scwm/pixmaps
|
2004-05-29 08:22:18 +02:00
|
|
|
.endfor
|
|
|
|
|
1999-04-03 03:08:40 +02:00
|
|
|
.include <bsd.port.mk>
|