summaryrefslogtreecommitdiff
path: root/graphics/hobbes-icons-xpm/Makefile
blob: 680bd8ec6b687c0d6bdbbf5645c86f585f5e90de (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
32
33
34
35
36
37
38
# New ports collection makefile for:	hobbes-icons-xpm3
# Version required:	1.0
# Date created:		19 October 1996
# Whom:			pgs
#
# $Id: Makefile,v 1.6 1998/08/05 09:31:11 asami Exp $
#

DISTNAME=	hobbes-icons-xpm3
PKGNAME=	hobbes-icons-xpm3-1.0
CATEGORIES=	graphics
MASTER_SITES=   ftp://ftp.x.org/R5contrib/  \
		ftp://ftp.duke.edu/pub/X11/R5contrib/  \
		ftp://ftp.sunet.se/pub/X11/R5contrib/

MAINTAINER=	giffunip@asme.org

USE_X_PREFIX=	yes
NO_BUILD=	yes

# Where it will be installed (change pkg/PLIST if you change this)
LIBDIR=		${PREFIX}/include/X11/pixmaps

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

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/hobbes-icons-xpm3
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hobbes-icons-xpm3
	${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${PREFIX}/share/doc/hobbes-icons-xpm3
.endif

.include <bsd.port.mk>