94ad403f61
Picture Viewer and Organizer written in Perl/Tk. Mapivi supports adding, viewing and editing of JPEG meta informations like: EXIF, IPTC/IIM and JPEG comments. Based on a submission by maintainer Giovanni Bechis on ports@.
44 lines
1.0 KiB
Makefile
44 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/29 17:08:59 ajacoutot Exp $
|
|
|
|
COMMENT= "image viewer and organizer"
|
|
|
|
DISTNAME= mapivi091
|
|
PKGNAME= mapivi-0.91
|
|
CATEGORIES= graphics x11
|
|
|
|
HOMEPAGE= http://mapivi.de.vu/
|
|
|
|
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mapivi/}
|
|
|
|
RUN_DEPENDS= :p5-Tk->=804.025:x11/p5-Tk \
|
|
::graphics/p5-Image-Info \
|
|
::graphics/p5-Image-MetaData-JPEG \
|
|
::graphics/ImageMagick \
|
|
::graphics/jhead
|
|
|
|
USE_X11= Yes
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g' ${WRKSRC}/mapivi
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/mapivi
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/mapivi/PlugIns
|
|
${INSTALL_DATA} ${WRKSRC}/pics/* ${PREFIX}/share/mapivi/
|
|
${INSTALL_SCRIPT} ${WRKSRC}/PlugIns/* ${PREFIX}/share/mapivi/PlugIns
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mapivi ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|