diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-09 16:14:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-09 16:14:25 +0000 |
commit | a1c88bb38c15d2b94367e43e78a2248cbd6f6a11 (patch) | |
tree | 135830b07016b51c12814493ceea1dbd85f9ae02 /graphics | |
parent | 9a0868c8f977e428319d2e6258900d58339cb057 (diff) | |
download | ports-a1c88bb38c15d2b94367e43e78a2248cbd6f6a11.tar.gz ports-a1c88bb38c15d2b94367e43e78a2248cbd6f6a11.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xpcd/Makefile | 29 | ||||
-rw-r--r-- | graphics/xpcd/distinfo | 1 | ||||
-rw-r--r-- | graphics/xpcd/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xpcd/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/xpcd/pkg-plist | 12 |
6 files changed, 49 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 37ba8151fdcb..395afe7a6b06 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -351,6 +351,7 @@ SUBDIR += xmps-win32-plugin SUBDIR += xmrm SUBDIR += xpaint + SUBDIR += xpcd SUBDIR += xpdf SUBDIR += xpm SUBDIR += xpx diff --git a/graphics/xpcd/Makefile b/graphics/xpcd/Makefile new file mode 100644 index 000000000000..74ba0a5ba81a --- /dev/null +++ b/graphics/xpcd/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xpcd +# Date created: 27 October 2001 +# Whom: Juha Ylitalo +# +# $FreeBSD$ +# + +PORTNAME= xpcd +PORTVERSION= 2.08 +PORTREVISION= 1 +CATEGORIES+= graphics +MASTER_SITES= http://bytesex.org/misc/ + +MAINTAINER?= jylitalo@iki.fi + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff + +# USE_IMAKE= yes +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +LDFLAGS= -L${LOCALBASE}/lib +USE_GMAKE= yes +USE_AUTOCONF= yes +CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ENV+= LDFLAGS="${LDFLAGS}" +USE_X_PREFIX= yes +MAN1= pcdtoppm.1 pcdview.1 xpcd.1 + +.include <bsd.port.mk> diff --git a/graphics/xpcd/distinfo b/graphics/xpcd/distinfo new file mode 100644 index 000000000000..c7b184ba1a48 --- /dev/null +++ b/graphics/xpcd/distinfo @@ -0,0 +1 @@ +MD5 (xpcd-2.08.tar.gz) = 23881054e9c469197fc7cc806255754e diff --git a/graphics/xpcd/pkg-comment b/graphics/xpcd/pkg-comment new file mode 100644 index 000000000000..e47f41b6962a --- /dev/null +++ b/graphics/xpcd/pkg-comment @@ -0,0 +1 @@ +PhotoCD tool collection diff --git a/graphics/xpcd/pkg-descr b/graphics/xpcd/pkg-descr new file mode 100644 index 000000000000..071c314e4919 --- /dev/null +++ b/graphics/xpcd/pkg-descr @@ -0,0 +1,5 @@ +This is a PhotoCD tool collection. + +This packages core application is a command line tool which can read +so-called PhotoCD (*.pcd) images and convert them to PPM or JPEG +(pcdtoppm). Also included is a PhotoCD viewing frontend for X (xpcd). diff --git a/graphics/xpcd/pkg-plist b/graphics/xpcd/pkg-plist new file mode 100644 index 000000000000..f8d41c74d72e --- /dev/null +++ b/graphics/xpcd/pkg-plist @@ -0,0 +1,12 @@ +bin/pcdtoppm +bin/xpcd +include/X11/pixmaps/xpcd-color.xpm +include/X11/pixmaps/xpcd-gray.xpm +lib/X11/app-defaults/Xpcd-2 +lib/X11/da/app-defaults/Xpcd-2 +lib/X11/de/app-defaults/Xpcd-2 +lib/X11/xpcd/system.xpcdrc +@dirrm lib/X11/app-defaults +@dirrm lib/X11/da +@dirrm lib/X11/de +@dirrm lib/X11/xpcd |