mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
851945b1eb
Feature safe: yes
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gmastermind
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= gap
|
|
DISTNAME= GMastermind-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The well-known mastermind game
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|