2004-01-26 13:47:31 +00:00
|
|
|
# New ports collection Makefile for: six
|
|
|
|
# Date created: 2003-0-1-26
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= six
|
2004-08-07 19:13:50 +00:00
|
|
|
PORTVERSION= 0.5.2
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 2
|
2004-01-26 13:47:31 +00:00
|
|
|
CATEGORIES= games kde
|
|
|
|
MASTER_SITES= http://six.retes.hu/download/
|
|
|
|
|
2004-07-25 16:24:13 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-01-26 13:47:31 +00:00
|
|
|
COMMENT= KDE HEX clone
|
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_KDELIBS_VER=3
|
2004-07-25 16:24:13 +00:00
|
|
|
USE_REINPLACE= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-01-26 13:47:31 +00:00
|
|
|
|
2004-05-25 10:07:53 +00:00
|
|
|
post-patch:
|
2004-07-25 16:24:13 +00:00
|
|
|
@${REINPLACE_CMD} -e 's,-O2,,g ; \
|
|
|
|
s,-pedantic,,g ; \
|
|
|
|
s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's,-lkdeprint$$,$$(LIB_KDEPRINT) $$(LIBPTHREAD),g' \
|
|
|
|
${WRKSRC}/six/Makefile.in
|
2004-08-07 19:13:50 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's,<machine/limits.h>,<limits.h>,g' ${WRKSRC}/six/batch.h
|
2004-05-25 10:07:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|