diff options
-rw-r--r-- | graphics/xpaint/Makefile | 16 | ||||
-rw-r--r-- | graphics/xpaint/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xpaint/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/xpaint/pkg-plist | 4 |
4 files changed, 26 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> diff --git a/graphics/xpaint/pkg-comment b/graphics/xpaint/pkg-comment new file mode 100644 index 000000000000..3972f0c185e5 --- /dev/null +++ b/graphics/xpaint/pkg-comment @@ -0,0 +1 @@ +XPaint is a simple paint program. diff --git a/graphics/xpaint/pkg-descr b/graphics/xpaint/pkg-descr new file mode 100644 index 000000000000..115dc08bfbe1 --- /dev/null +++ b/graphics/xpaint/pkg-descr @@ -0,0 +1,5 @@ +XPaint 2.1.1 + +XPaint is a color image editing tool which features most standard paint +program options. It allows for the editing of mul- tiple images simultaneously +and supports various formats, including PPM, XBM, TIFF, etc. diff --git a/graphics/xpaint/pkg-plist b/graphics/xpaint/pkg-plist new file mode 100644 index 000000000000..3d1f69063b67 --- /dev/null +++ b/graphics/xpaint/pkg-plist @@ -0,0 +1,4 @@ +@cwd /usr/X11R6 +bin/xpaint +man/man1/xpaint.1.gz +lib/X11/app-defaults/XPaint |