freebsd-ports/games/gmastermind/Makefile
2023-04-25 17:17:15 +02:00

21 lines
473 B
Makefile

PORTNAME= gmastermind
PORTVERSION= 0.6
PORTREVISION= 9
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GMastermind-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Well-known mastermind game
WWW= https://gap.nongnu.org/gmastermind/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gnustep
USE_GNUSTEP= back build
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GMastermind.app/GMastermind
.include <bsd.port.mk>