9f2715387f
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>
26 lines
585 B
Makefile
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>
|