aboutsummaryrefslogtreecommitdiff
path: root/graphics/hobbes-icons-xpm/Makefile
blob: 6c1cf99c7da6b8f4ce1b3a3776a1832e3d8d9326 (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
# New ports collection makefile for:	hobbes-icons.3000
# Version required:	3000
# Date created:		19 October 1996
# Whom:			pgs
#
# $Id: Makefile,v 1.2 1997/02/16 10:57:01 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/  \
		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}/README
	-${RM} ${WRKSRC}/readem.shar
	${MKDIR} ${PREFIX}/lib/X11/xpm3
	${CP} -R ${WRKSRC}/* ${LIBDIR}
	chown -R ${BINOWN}.${BINGRP} ${LIBDIR}

.include <bsd.port.mk>