1997-06-03 23:41:07 +00:00
|
|
|
# New ports collection makefile for: urt
|
|
|
|
# Version required: 3.1b
|
|
|
|
# Date created: Jan 5 1997
|
|
|
|
# Whom: cfs@ing.puc.cl (original)
|
|
|
|
#
|
1997-06-06 05:31:56 +00:00
|
|
|
# $Id: Makefile,v 1.2 1997/06/04 01:14:25 asami Exp $
|
1997-06-03 23:41:07 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
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
|
|
|
|
|
1997-06-06 05:31:56 +00:00
|
|
|
MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
|
1997-06-03 23:41:07 +00:00
|
|
|
|
|
|
|
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; \
|
1997-06-04 01:14:25 +00:00
|
|
|
cd doc; \
|
|
|
|
find -d . | cpio -dump ..; \
|
|
|
|
cd ..; \
|
|
|
|
rm -rf doc; \
|
1997-06-03 23:41:07 +00:00
|
|
|
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>
|