freebsd-ports/graphics/imageviewer/Makefile
2023-04-25 17:17:15 +02:00

23 lines
514 B
Makefile

PORTNAME= imageviewer
PORTVERSION= 0.6.3
PORTREVISION= 12
CATEGORIES= graphics gnustep
MASTER_SITES= http://www.nice.ch/~phip/ \
LOCAL/dinoex
DISTNAME= ImageViewer-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep Image Viewer
WWW= https://www.nice.ch/~phip/softcorner.html #img
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gnustep
USE_GNUSTEP= back build
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ImageViewer.app/ImageViewer
.include <bsd.port.mk>