freebsd-ports/graphics/hobbes-icons-xpm/Makefile
Satoshi Asami 759c7b7665 I'm sure David just committed a wrong version of this file, but anyway:
(1) Add "3" to DISTNAME/PKGNAME so they point to the right tarball/directory.

(2) ${WRKSRC) -> ${WRKSRC}

(3) Remove "rm" of nonexistent ${WRKSRC}/Makefile, and also change
    the others to "-${RM}" so "make reinstall" works.

(4) Add a missing last argument (${LIBDIR}) to chown -R.
1997-02-16 10:57:01 +00:00

35 lines
912 B
Makefile

# New ports collection makefile for: hobbes-icons.3000
# Version required: 3000
# Date created: 19 October 1996
# Whom: pgs
#
# $Id: Makefile,v 1.1.1.1 1997/02/16 01:55:07 obrien 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.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}/README
-${RM} ${WRKSRC}/readem.shar
${MKDIR} ${PREFIX}/lib/X11/xpm3
${CP} -R ${WRKSRC}/* ${LIBDIR}
chown -R ${BINOWN}.${BINGRP} ${LIBDIR}
.include <bsd.port.mk>