freebsd-ports/graphics/ida/Makefile

45 lines
1 KiB
Makefile
Raw Normal View History

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