2004-08-21 15:26:23 +02:00
|
|
|
# New ports collection makefile for: ida
|
|
|
|
# Date created: Thu Aug 19 21:13:58 UTC 2004
|
2005-12-15 21:34:46 +01:00
|
|
|
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
2004-08-21 15:26:23 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ida
|
|
|
|
PORTVERSION= 0.21
|
2008-03-23 12:11:33 +01:00
|
|
|
PORTREVISION= 5
|
2004-08-21 15:26:23 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://dl.bytesex.org/releases/fbida/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
2005-12-15 21:34:46 +01:00
|
|
|
MAINTAINER= anray@FreeBSD.org
|
2004-08-21 15:26:23 +02:00
|
|
|
COMMENT= Small and fast motif-based image viewer and editor
|
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2006-01-19 14:04:52 +01:00
|
|
|
ungif.5:${PORTSDIR}/graphics/libungif \
|
2007-05-27 17:25:47 +02:00
|
|
|
exif.12:${PORTSDIR}/graphics/libexif
|
2004-08-21 15:26:23 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_MOTIF= yes
|
|
|
|
USE_PERL5_BUILD=yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
|
|
|
MAKEFILE= ${WRKSRC}/GNUmakefile
|
|
|
|
|
|
|
|
MAN1= ida.1
|
|
|
|
PORTDOCS= README TODO INSTALL
|
|
|
|
|
2005-09-13 17:01:09 +02:00
|
|
|
PLIST_FILES= bin/exiftran bin/ida lib/X11/app-defaults/Ida
|
2004-08-21 15:26:23 +02:00
|
|
|
|
|
|
|
post-install:
|
2005-09-13 17:01:09 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/exiftran ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-08-21 15:26:23 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for a in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${a} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2007-10-04 03:14:50 +02:00
|
|
|
.include <bsd.port.mk>
|