1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/graphics/scwm-icons/Makefile
Jimmy Olgeni 5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00

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>