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
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2000-10-05 08:36:23 +02:00
|
|
|
CATEGORIES= games
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%2C%20tar.gz%29/${PORTVERSION}
|
2000-03-01 04:03:34 +01:00
|
|
|
|
2011-02-27 05:54:41 +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
|
|
|
|
2005-10-08 19:34:23 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone
|
|
|
|
|
2004-02-14 13:57:26 +01:00
|
|
|
USE_GNOME= gnometarget gtk12
|
2005-10-08 19:34:23 +02:00
|
|
|
|
2000-10-05 08:36:23 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-08 19:34:23 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-03-01 04:03:34 +01:00
|
|
|
|
2005-10-08 19:34:23 +02:00
|
|
|
MAN6= corewars.6
|
|
|
|
MLINKS= 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>
|