diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-18 02:07:31 +0800 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-18 02:07:31 +0800 |
commit | fc3f97937c19f5414a8f9ba22398e5d1a0894889 (patch) | |
tree | 8b4c2e740d7703cdd14d4a374637a967da1c726d /graphics/icontact | |
parent | db6b17714877823975028340037a614d98d1d88a (diff) | |
download | freebsd-ports-gnome-fc3f97937c19f5414a8f9ba22398e5d1a0894889.tar.gz freebsd-ports-gnome-fc3f97937c19f5414a8f9ba22398e5d1a0894889.tar.zst freebsd-ports-gnome-fc3f97937c19f5414a8f9ba22398e5d1a0894889.zip |
Add icontact 1.5, a program that combines multiples images to create
a single customisable image.
PR: 26614
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'graphics/icontact')
-rw-r--r-- | graphics/icontact/Makefile | 29 | ||||
-rw-r--r-- | graphics/icontact/distinfo | 1 | ||||
-rw-r--r-- | graphics/icontact/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/icontact/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/icontact/pkg-plist | 2 |
5 files changed, 38 insertions, 0 deletions
diff --git a/graphics/icontact/Makefile b/graphics/icontact/Makefile new file mode 100644 index 000000000000..b0f3260cec7f --- /dev/null +++ b/graphics/icontact/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: icontact +# Date created: Apr 16, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= icontact +PORTVERSION= 1.5 +CATEGORIES= graphics +MASTER_SITES= http://www.panix.com/~mbh/icontact/ + +MAINTAINER= mark@kyne.com.au + +RUN_DEPENDS= ${LOCALBASE}/bin/ppmmake:${PORTSDIR}/graphics/netpbm \ + ${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg + +MAN1= icontact.1 xvtoppm.1 + +pre-build: + ${PERL} -pi -e "s@CC=cc@CC=${CC}@g;s@CFLAGS=-O@CFLAGS=${CFLAGS}@g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/icontact ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xvtoppm ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/icontact.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/xvtoppm.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/graphics/icontact/distinfo b/graphics/icontact/distinfo new file mode 100644 index 000000000000..0dcd092638da --- /dev/null +++ b/graphics/icontact/distinfo @@ -0,0 +1 @@ +MD5 (icontact-1.5.tar.gz) = e3597eb562532bed3de4feb4890c7e03 diff --git a/graphics/icontact/pkg-comment b/graphics/icontact/pkg-comment new file mode 100644 index 000000000000..267398c7b4a2 --- /dev/null +++ b/graphics/icontact/pkg-comment @@ -0,0 +1 @@ +Combines multiples images to create a single customisable image diff --git a/graphics/icontact/pkg-descr b/graphics/icontact/pkg-descr new file mode 100644 index 000000000000..89ef7f593d19 --- /dev/null +++ b/graphics/icontact/pkg-descr @@ -0,0 +1,5 @@ +Icontact joins multiple image files together to create a single image. +It supports many different images formats and is extremely +customisable. + +WWW: http://www.panix.com/~mbh/projects.html diff --git a/graphics/icontact/pkg-plist b/graphics/icontact/pkg-plist new file mode 100644 index 000000000000..5708a346d43b --- /dev/null +++ b/graphics/icontact/pkg-plist @@ -0,0 +1,2 @@ +bin/icontact +bin/xvtoppm |