18 lines
356 B
Makefile
18 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.3 1999/01/14 01:54:31 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= gnuchess-4.0.pl79
|
|
PKGNAME= gnuchess-4.0.79
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
HAS_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
#CONFIGURE_SCRIPT= src/configure
|
|
#CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|