summaryrefslogtreecommitdiff
path: root/graphics/hobbes-icons-xpm/Makefile
blob: d8f180cb70c7ea0041120de2a544fe48ed67d789 (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
# New ports collection makefile for:	hobbes-icons.3000
# Version required:	3000
# Date created:		19 October 1996
# Whom:			pgs
#
# $Id$
#

DISTNAME=	hobbes-icons-xpm
PKGNAME=	hobbes-icons-xpm-1.0
CATEGORIES=	graphics
MASTER_SITES=   ftp://ftp.x.org/R5contrib/  \
		ftp://ftp.duke.edu/pub/X11/R5contrib/  \
		ftp://ftp.informatik.uni-bonn.de/pub/X11/contrib/  \
		ftp://ftp.sunet.se/pub/X11/R5contrib/  \
		ftp://ftp.pacbell.com/X11/R5contrib/

MAINTAINER=	pgiffuni@fps.biblos.unal.edu.co

USE_X11=	yes
NO_BUILD=	yes

# Where it will be installed (will have to change PLIST if you change this
LIBDIR=         ${PREFIX}/lib/X11/xpm3

do-install:
# Very dirty, but it works...
	rm ${WRKSRC)/Makefile
	rm ${WRKSRC)/README
	rm ${WRKSRC)/readem.shar
	${MKDIR} ${PREFIX}/lib/X11/xpm3
	${CP} -R ${WRKSRC}/* ${LIBDIR}
	chown -R ${BINOWN}.${BINGRP}


.include <bsd.port.mk>