diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1995-01-02 22:55:12 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1995-01-02 22:55:12 +0000 |
commit | 7122cc8662c238bde9feca4e594a8de4db6a27de (patch) | |
tree | fec5890b6fac3d6d2aaa9e26a1a7a03e6eb5d648 /graphics/xpaint/Makefile | |
parent | @cd /usr/X11R6 (diff) |
XPaint version 2.1.1
Depends on xpm, tiff, jpeg.
Notes
Notes:
svn path=/head/; revision=665
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r-- | graphics/xpaint/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile new file mode 100644 index 000000000000..e5e48d8b7b61 --- /dev/null +++ b/graphics/xpaint/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: xpaint +# Version required: 2.1.1 +# Date created: 2 Jan 1995 +# Whom: swallace +# +# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# + +DISTNAME= xpaint-2.1.1 +MASTER_SITES= ftp://romulus.ucs.uoknor.edu/X/R5contrib +DEPENDS= ${PORTSDIR}/x11/jpeg ${PORTSDIR}/x11/tiff ${PORTSDIR}/x11/xpm +USE_IMAKE= yes +INSTALL_MANPAGES= yes +WRKSRC= ${.CURDIR}/work/xpaint + +.include <bsd.port.mk> |