25 lines
567 B
Makefile
25 lines
567 B
Makefile
# New ports collection makefile for: scwm-icons
|
|
# Date created: 07 April 1998
|
|
# Whom: Yukihiro Nakai <nacai@iname.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scwm-icons
|
|
PORTVERSION= 0.99.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/scwm/scwm/0.99.6.2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An icon collection for the scwm window manager
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/share/scwm/pixmaps
|
|
.for dir in icons mini-icons startup
|
|
${INSTALL_DATA} ${WRKSRC}/${dir}/*.xpm ${PREFIX}/share/scwm/pixmaps
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|