1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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>
This commit is contained in:
Will Andrews 2001-04-17 18:07:31 +00:00
parent db6b177148
commit fc3f97937c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41591
6 changed files with 39 additions and 0 deletions

View File

@ -86,6 +86,7 @@
SUBDIR += hobbes-icons-xpm
SUBDIR += hppsmtools
SUBDIR += icod
SUBDIR += icontact
SUBDIR += imagesort
SUBDIR += imanager
SUBDIR += imlib

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (icontact-1.5.tar.gz) = e3597eb562532bed3de4feb4890c7e03

View File

@ -0,0 +1 @@
Combines multiples images to create a single customisable image

View File

@ -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

View File

@ -0,0 +1,2 @@
bin/icontact
bin/xvtoppm