2002-11-24 14:33:47 +01:00
|
|
|
# New ports collection makefile for: xarchon
|
|
|
|
# Date created: 8 November 2002
|
|
|
|
# Whom: Marc Fonvieille <blackend@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xarchon
|
|
|
|
PORTVERSION= 0.50
|
2006-03-07 09:28:06 +01:00
|
|
|
PORTREVISION= 2
|
2002-11-24 14:33:47 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ftp://ftp.seul.org/pub/xarchon/ \
|
|
|
|
http://xarchon.seul.org/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2005-10-10 07:14:17 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A chess-like strategy game with battle options
|
2002-11-24 14:33:47 +01:00
|
|
|
|
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GNOME= esound gtk12
|
|
|
|
USE_GMAKE= yes
|
2004-07-23 21:10:32 +02:00
|
|
|
USE_XPM= yes
|
2002-11-24 14:33:47 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN6= xarchon.6
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
2004-10-03 15:49:13 +02:00
|
|
|
.include <bsd.port.mk>
|