1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/games/xpilot-ng/Makefile
Kris Kennaway 09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00

29 lines
698 B
Makefile

# New ports collection makefile for: xpilot-ng
# Date created: 11 Sep 2003
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= xpilot-ng
PORTVERSION= 4.5.4X2
CATEGORIES= games
MASTER_SITES= http://www.hut.fi/~ksoderbl/xpilot/
DISTNAME= xpilot-${PORTVERSION}
MAINTAINER= jylefort@brutele.be
COMMENT= An enhanced version of XPilot
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
BROKEN= "Checksum mismatch; will be removed after Feb 2"
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --program-suffix=-ng
.include <bsd.port.mk>