mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
34 lines
788 B
Makefile
34 lines
788 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.coyotegulch.com/distfiles/
|
|
DISTNAME= libacovea-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool to find the "best" compiler options using genetic algorithm
|
|
|
|
DEPRECATED= Looks like abandonware.
|
|
EXPIRATION_DATE= 2011-07-01
|
|
|
|
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>
|