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:
parent
db6b177148
commit
fc3f97937c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41591
@ -86,6 +86,7 @@
|
||||
SUBDIR += hobbes-icons-xpm
|
||||
SUBDIR += hppsmtools
|
||||
SUBDIR += icod
|
||||
SUBDIR += icontact
|
||||
SUBDIR += imagesort
|
||||
SUBDIR += imanager
|
||||
SUBDIR += imlib
|
||||
|
29
graphics/icontact/Makefile
Normal file
29
graphics/icontact/Makefile
Normal 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>
|
1
graphics/icontact/distinfo
Normal file
1
graphics/icontact/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (icontact-1.5.tar.gz) = e3597eb562532bed3de4feb4890c7e03
|
1
graphics/icontact/pkg-comment
Normal file
1
graphics/icontact/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Combines multiples images to create a single customisable image
|
5
graphics/icontact/pkg-descr
Normal file
5
graphics/icontact/pkg-descr
Normal 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
|
2
graphics/icontact/pkg-plist
Normal file
2
graphics/icontact/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/icontact
|
||||
bin/xvtoppm
|
Loading…
Reference in New Issue
Block a user