From 23903c9d7df45c29b26c5c948715e50a362fee62 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 24 Nov 2002 13:33:47 +0000 Subject: New port xarchon version 0.50: A chess-like strategy game with battle options Submitted by: blackend --- games/xarchon/Makefile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 games/xarchon/Makefile (limited to 'games/xarchon/Makefile') diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile new file mode 100644 index 000000000000..3a7f4992d25b --- /dev/null +++ b/games/xarchon/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: xarchon +# Date created: 8 November 2002 +# Whom: Marc Fonvieille +# +# $FreeBSD$ +# + +PORTNAME= xarchon +PORTVERSION= 0.50 +CATEGORIES= games +MASTER_SITES= ftp://ftp.seul.org/pub/xarchon/ \ + http://xarchon.seul.org/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= blackend@FreeBSD.org + +USE_XLIB= yes +USE_GNOMENG= yes +USE_GNOME= esound gtk12 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_REINPLACE= yes + +MAN6= xarchon.6 + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} + + +.include + +.if ${XFREE86_VERSION} == 3 +LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm +.endif + +.include -- cgit v1.2.3