3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
33 lines
794 B
Makefile
33 lines
794 B
Makefile
# New ports collection makefile for: xarchon
|
|
# Date created: 8 November 2002
|
|
# Whom: Marc Fonvieille <blackend@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xarchon
|
|
PORTVERSION= 0.50
|
|
PORTREVISION= 4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.seul.org/pub/xarchon/ \
|
|
http://xarchon.seul.org/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A chess-like strategy game with battle options
|
|
|
|
USE_GNOME= esound gtk12
|
|
USE_GMAKE= yes
|
|
USE_XORG= x11 xpm ice
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN6= xarchon.6
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
@${REINPLACE_CMD} -e '169s|^static ||' ${WRKSRC}/src/board.c
|
|
@${REINPLACE_CMD} -e 's|Xarchon_Evolution::||' \
|
|
${WRKSRC}/src/Xarchon_Genetic.hpp
|
|
|
|
.include <bsd.port.mk>
|