mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
23 lines
514 B
Makefile
23 lines
514 B
Makefile
# New ports collection makefile for: Gnu Chess
|
|
# Version required: 4.0pl77
|
|
# Date created: 04 July 1996
|
|
# Whom: markm
|
|
#
|
|
# $Id: Makefile,v 1.3 1996/11/18 10:23:11 asami Exp $
|
|
#
|
|
|
|
DISTNAME= gnuchess-4.0.pl77
|
|
PKGNAME= gnuchess-4.0.77
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= markm@FreeBSD.ORG
|
|
|
|
HAS_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
#CONFIGURE_SCRIPT= src/configure
|
|
#CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
|
|
MAN6= game.6 gnuan.6 gnuchess.6 postprint.6
|
|
|
|
.include <bsd.port.mk>
|