aboutsummaryrefslogtreecommitdiff
path: root/graphics/hobbes-icons-xpm/Makefile
blob: 1ca60ad251f6438f9c937856f0531a1d43fa69da (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
28
29
30
31
# Created by: pgs

PORTNAME=	hobbes-icons-xpm3
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	https://ftp.gwdg.de/pub/x11/x.org/R5contrib/
DISTNAME=	${PORTNAME}

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	Collection of over 3000 icons in XPM3 format

NO_BUILD=	yes
NO_ARCH=	yes

LIBDIR=		${STAGEDIR}${PREFIX}/include/X11/pixmaps

OPTIONS_DEFINE=	DOCS

do-install:
	${MKDIR} ${LIBDIR}
	${CP} -R ${WRKSRC}/* ${LIBDIR}/
	-${RM} ${LIBDIR}/README
	-${RM} ${LIBDIR}/readem.shar

do-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
	${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${STAGEDIR}${DOCSDIR}/

.include <bsd.port.mk>