diff options
author | swallace <swallace@FreeBSD.org> | 1995-01-03 06:55:12 +0800 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1995-01-03 06:55:12 +0800 |
commit | 3a24d162d384c4ee3a456e0b4e3dea8a2d5f19c1 (patch) | |
tree | cf398e7c7df0ac21b48909e87f09b910e3fd68db /graphics/xpaint | |
parent | e2cc4f90a2ec3234486e0b4684d96ce549085ef0 (diff) | |
download | freebsd-ports-gnome-3a24d162d384c4ee3a456e0b4e3dea8a2d5f19c1.tar.gz freebsd-ports-gnome-3a24d162d384c4ee3a456e0b4e3dea8a2d5f19c1.tar.zst freebsd-ports-gnome-3a24d162d384c4ee3a456e0b4e3dea8a2d5f19c1.zip |
XPaint version 2.1.1
Depends on xpm, tiff, jpeg.
Diffstat (limited to 'graphics/xpaint')
-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 |