openbsd-ports/games/gnugo/Makefile
marc 2e59490083 update port makefiles; validate source code still exists;
comment where sources have changed/no longer exist
See port status web page (to be updated real-soon-now) for details
1998-11-09 01:49:54 +00:00

19 lines
332 B
Makefile

# $OpenBSD: Makefile,v 1.2 1998/11/09 01:49:55 marc Exp $
#
DISTNAME= gnugo-1.2
CATEGORIES= games
MAINTAINER= angelos@openbsd.org
MASTER_SITES= ${MASTER_SITE_GNU}
WRKSRC= ${WRKDIR}/gnugo
ALL_TARGET= gnugo
MAKE_FLAGS+= CFLAGS="${CFLAGS}" -f
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gnugo ${PREFIX}/bin
.include <bsd.port.mk>