diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | f056dadae80c38934e3c407cf909c480964e5e9b (patch) | |
tree | 1f2625c45ad59334f64677622a14ba76f8a41be3 /graphics/xpaint/Makefile | |
parent | 513df593711426d8ece76d258b3a1539fc57cebb (diff) | |
download | FreeBSD-ports-f056dadae80c38934e3c407cf909c480964e5e9b.zip FreeBSD-ports-f056dadae80c38934e3c407cf909c480964e5e9b.tar.gz |
Yet another round of Makefile updates, graphics version.
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r-- | graphics/xpaint/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 3dc5c07..c57ab5e 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,16 +3,18 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.4 1995/02/11 13:49:38 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/01 12:46:10 jkh Exp $ # DISTNAME= xpaint-2.1.1 -MASTER_SITES= ftp://romulus.ucs.uoknor.edu/X/R5contrib/ CATEGORIES+= graphics x11 +MASTER_SITES= ftp://romulus.ucs.uoknor.edu/X/R5contrib/ + LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg \ tiff\\.3\\.:${PORTSDIR}/graphics/tiff \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -USE_IMAKE= yes + WRKSRC= ${.CURDIR}/work/xpaint +USE_IMAKE= yes .include <bsd.port.mk> |