Files
ports/graphics/pho/Makefile
Alexey Dokuchaev 6d303173a5 graphics/pho: the port had been modernized (+)
- Convert somewhat cluttered `post-patch' target to a regular patch
- Install the manpage under ${PREFIX}/share/man per new world order
- Chase HTTP/1.1 301 Moved Permanently redirect in the MASTER_SITES
2024-01-22 23:06:28 +00:00

24 lines
480 B
Makefile

PORTNAME= pho
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${WWW}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Lightweight image viewer
WWW= https://shallowsky.com/software/pho/
LICENSE= GPLv2
USES= gmake gnome pkgconfig
USE_GNOME= gtk20
ALL_TARGET= ${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|-Wall -g -O2 ||' ${WRKSRC}/exif/Makefile
.include <bsd.port.mk>