mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
13 lines
303 B
Makefile
13 lines
303 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
GNUSHOGI_PORTNAME= gnushogi
|
|
GNUSHOGI_PORTVERSION= 1.4.0
|
|
GNUSHOGI_MASTER_SITES= ${MASTER_SITE_GNU}
|
|
GNUSHOGI_DISTNAME= ${GNUSHOGI_PORTNAME}-${GNUSHOGI_PORTVERSION}
|
|
GNUSHOGI_MASTER_SITE_SUBDIR= ${GNUSHOGI_PORTNAME}
|
|
USES= tar:bzip2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../games/gnushogi/distinfo
|