1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/scwm-icons/Makefile

28 lines
600 B
Makefile
Raw Normal View History

# 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-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= scwm-icons
PORTVERSION= 0.99.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scwm
MAINTAINER= ports@FreeBSD.org
COMMENT= An icon collection for the scwm window manager
USE_X_PREFIX= yes
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>