1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Fix build with bmake

This commit is contained in:
Baptiste Daroussin 2013-05-04 14:03:36 +00:00
parent 406f5fbe6a
commit ae8b8c7fc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317317

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: corewars
# Date created: 29 February 2000
# Whom: Jim Mock <jim@FreeBSD.org>
#
# Ceeated by: Jim Mock <jim@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= corewars
PORTVERSION= 0.9.13
@ -12,7 +8,7 @@ CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%2C%20tar.gz%29/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A simulation game where the goal is to crash each other's programs
COMMENT= Simulation game where the goal is to crash each other's programs
BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone
@ -22,11 +18,17 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.if defined(.PARSEDIR)
USE_GMAKE= yes
.endif
MAN6= corewars.6
MLINKS= corewars.6 corewars-cmd.6
.include <bsd.port.options.mk>
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif