freebsd-ports/graphics/urt/Makefile
Satoshi Asami 4ede1982b9 Oops, remove name from MAINTAINER.
Submitted by:	the maintainer himself
1997-06-06 05:31:56 +00:00

37 lines
925 B
Makefile

# New ports collection makefile for: urt
# Version required: 3.1b
# Date created: Jan 5 1997
# Whom: cfs@ing.puc.cl (original)
#
# $Id: Makefile,v 1.2 1997/06/04 01:14:25 asami Exp $
#
DISTNAME= urt
PKGNAME= urt-3.1b
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.utah.edu/pub/
DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar
MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
LIB_DEPENDS= tiff\\.3\\.:${PORTSDIR}/graphics/tiff
BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm
NO_WRKSUBDIR= yes
EXTRACT_ONLY= urt-3.1b.tar.Z
post-install:
${MKDIR} ${PREFIX}/share/doc/urt
cd ${PREFIX}/share/doc/urt; \
tar xf $(DISTDIR)/urt-doc.tar; \
cd doc; \
find -d . | cpio -dump ..; \
cd ..; \
rm -rf doc; \
tar xf $(DISTDIR)/urt-img.tar; \
chown -R root:wheel . ; \
find . -type d -exec chmod 775 '{}' \; ; \
find . -type f -exec chmod 664 '{}' \;
.include <bsd.port.mk>