freebsd-ports/devel/acovea/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00

29 lines
707 B
Makefile

# New ports collection makefile for: acovea
# Date created: 2006-08-01
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= acovea
PORTVERSION= 5.1.1
CATEGORIES= devel
MASTER_SITES= http://www.coyotegulch.com/distfiles/
DISTNAME= libacovea-${PORTVERSION}
MAINTAINER= trasz@FreeBSD.org
COMMENT= Tool to find the "best" compiler options using genetic algorithm
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
evocosm-3.1.1:${PORTSDIR}/devel/libevocosm
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's,-lrt,,g' ${WRKSRC}/config/*
.include <bsd.port.post.mk>