diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:11:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:11:53 +0000 |
commit | c54e680331a710cf0c909ba0bd3176a46bc67760 (patch) | |
tree | 506a19c23b887bd0bcb90868ffd32f924dd65ff2 /graphics/urt/Makefile | |
parent | ac7763ae80d0cb67301ee13f0c091ed0764fca81 (diff) | |
download | ports-c54e680331a710cf0c909ba0bd3176a46bc67760.tar.gz ports-c54e680331a710cf0c909ba0bd3176a46bc67760.zip |
Notes
Diffstat (limited to 'graphics/urt/Makefile')
-rw-r--r-- | graphics/urt/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 7192765c5af2..dbfa03676709 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -3,7 +3,7 @@ # Date created: Jan 5 1997 # Whom: cfs@ing.puc.cl (original) # -# $Id: Makefile,v 1.10 1998/11/25 05:06:26 jseger Exp $ +# $Id: Makefile,v 1.11 1998/11/25 09:01:20 asami Exp $ # DISTNAME= urt @@ -12,16 +12,18 @@ CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.utah.edu/pub/ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar +PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ +PATCHFILES= urt-3.1b-3.1b1.patch +PATCH_DIST_STRIP=-p1 + MAINTAINER= giffunip@asme.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z -PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ -PATCHFILES= urt-3.1b-3.1b1.patch -PATCH_DIST_STRIP=-p1 +USE_XLIB= yes NO_WRKSUBDIR= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= config/urt |