2000-03-01 04:03:34 +01:00
|
|
|
# New ports collection makefile for: corewars
|
|
|
|
# Date created: 29 February 2000
|
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-10-05 08:36:23 +02:00
|
|
|
PORTNAME= corewars
|
2004-02-14 13:57:26 +01:00
|
|
|
PORTVERSION= 0.9.13
|
2000-10-05 08:36:23 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-03-01 04:03:34 +01:00
|
|
|
|
2003-12-15 02:17:29 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-09-28 13:53:42 +02:00
|
|
|
COMMENT= A simulation game where the goal is to crash each other's programs
|
2000-03-01 04:03:34 +01:00
|
|
|
|
2000-10-05 08:36:23 +02:00
|
|
|
USE_X_PREFIX= yes
|
2004-02-14 13:57:26 +01:00
|
|
|
USE_GNOME= gnometarget gtk12
|
2000-10-05 08:36:23 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-03-01 04:03:34 +01:00
|
|
|
|
2004-02-14 13:57:26 +01:00
|
|
|
MAN6= corewars.6 corewars-cmd.6
|
2000-06-05 05:44:03 +02:00
|
|
|
|
2000-03-01 04:03:34 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-02-14 13:57:26 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2000-03-01 04:03:34 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|