freebsd-ports/graphics/pho/Makefile
Edwin Groothuis 9f2715387f New port graphics/pho (version 0.9.1)
This is a new port of pho. Pho is a lightweight program for
	viewing large numbers of images quickly, rotating or deleting
	some, and making notes about what to do with each image --
	for instance, for going through hundreds of images after
	uploading them from a digital camera.

	It is similar to xv but with some additional functionality
	and without some of its annoyances.

PR:		ports/50794
Submitted by:	Roland Jesse <roland.jesse@gmx.net>
2003-10-07 17:22:09 +00:00

26 lines
585 B
Makefile

# New ports collection makefile for: pho
# Date created: 10 April 2003
# Whom: Roland Jesse <roland.jesse@gmx.net>
#
# $FreeBSD$
#
PORTNAME= pho
PORTVERSION= 0.9.1
CATEGORIES= graphics
MASTER_SITES= http://shallowsky.com/software/pho/
MAINTAINER= roland.jesse@gmx.net
COMMENT= A lightweight image viewer
USE_GMAKE= yes
USE_GNOME= gdkpixbuf gtk12
USE_REINPLACE= yes
MAN1= pho.1
do-configure:
@(cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|make|gmake|g' Makefile)
@(cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|install -D|install|g' Makefile)
.include <bsd.port.mk>