# New ports collection makefile for: pho # Date created: 10 April 2003 # Whom: Roland Jesse # # $FreeBSD$ # PORTNAME= pho DISTVERSION= 0.9.6 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://shallowsky.com/software/pho/ MAINTAINER= danfe@FreeBSD.org COMMENT= A lightweight image viewer USE_GMAKE= yes MAKE_ARGS= INSTALLPREFIX="${PREFIX}" ALL_TARGET= pho WANT_GNOME= yes OPTIONS= GTK1 "Build with legacy GTK version (1.2.x)" off .include .if defined(WITH_GTK1) USE_GNOME= gdkpixbuf gtk12 BAD_GTK= 2 .else USE_GNOME= gtk20 BAD_GTK= 1 .endif post-patch: @${REINPLACE_CMD} -e 's|make|${GMAKE}| ; \ s|$$(INSTALL) \(pho \)|${INSTALL_PROGRAM} \1| ; \ s|$$(INSTALL) \(pho.1\)|${INSTALL_MAN} \1| ; \ s|-g -Wall|${CFLAGS}|; s|^G${BAD_GTK}FLAGS|#&|' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|-Wall -g -O2 ||' ${WRKSRC}/exif/Makefile MAN1= pho.1 PLIST_FILES= bin/pho .include 4/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup plistantoine2014-11-131-1/+0
* Correct all instances where OPTIONS_DEFINE was being overwrittenadamw2014-07-161-2/+0
* Support stagebapt2014-07-021-14/+8
* Convert to USES=dos2unixbapt2014-05-26me)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Fix build with src r354909 applied.Brooks Davis2019-11-261-1/+1