1999-04-03 01:08:40 +00:00
|
|
|
# New ports collection makefile for: scwm-icons
|
|
|
|
# Date created: 07 April 1998
|
1999-04-03 02:47:24 +00:00
|
|
|
# Whom: Yukihiro Nakai <nacai@iname.com>
|
1999-04-03 01:08:40 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-04-03 01:08:40 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= scwm-icons
|
|
|
|
PORTVERSION= 0.99.2
|
1999-04-03 01:08:40 +00:00
|
|
|
CATEGORIES= graphics
|
2004-05-29 06:22:18 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= scwm
|
1999-04-03 01:08:40 +00:00
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= An icon collection for the scwm window manager
|
1999-04-03 01:08:40 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2004-05-29 06:22:18 +00:00
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/scwm/pixmaps
|
|
|
|
.for dir in icons mini-icons startup
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${dir}/*.xpm ${PREFIX}/share/scwm/pixmaps
|
|
|
|
.endfor
|
|
|
|
|
1999-04-03 01:08:40 +00:00
|
|
|
.include <bsd.port.mk>
|