diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
commit | a0848d727648aa70f6a89c013203f2b82a4e972e (patch) | |
tree | 37ec8e378ec2d731e9ba9c15cd58724325a5637c /games/xpilot-ng-client/Makefile | |
parent | Fix build by syncing with gaim-0.73. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'games/xpilot-ng-client/Makefile')
-rw-r--r-- | games/xpilot-ng-client/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/games/xpilot-ng-client/Makefile b/games/xpilot-ng-client/Makefile deleted file mode 100644 index c145dde72d7f..000000000000 --- a/games/xpilot-ng-client/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# 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 - -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> |