mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
5e38556079
minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# Created by: 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= Icon collection for the scwm window manager
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/scwm/pixmaps
|
|
.for dir in icons mini-icons startup
|
|
${INSTALL_DATA} ${WRKSRC}/${dir}/*.xpm \
|
|
${STAGEDIR}${PREFIX}/share/scwm/pixmaps
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|