aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/scwm-icons/Makefile
blob: 252058b1e2a7eef2c4c811231544b23ed8701bec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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
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>