1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/graphics/urt/Makefile
Satoshi Asami ba556a9078 Utah Raster Toolkit.
PR:		2329
Submitted by:	Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-06-03 23:41:07 +00:00

35 lines
851 B
Makefile

# New ports collection makefile for: urt
# Version required: 3.1b
# Date created: Jan 5 1997
# Whom: cfs@ing.puc.cl (original)
#
# $Id$
#
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= Pedro Giffuni <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; \
mv doc/* .; \
rmdir 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>