freebsd-ports/graphics/imageviewer/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
461 B
Makefile

PORTNAME= imageviewer
PORTVERSION= 0.6.3
PORTREVISION= 11
CATEGORIES= graphics gnustep
MASTER_SITES= http://www.nice.ch/~phip/ \
LOCAL/dinoex
DISTNAME= ImageViewer-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep Image Viewer
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>