aboutsummaryrefslogtreecommitdiffstats
path: root/net/amcl/Makefile
blob: 6ca23c0b26ccf2eb5fe9a69f355d3202ead29a55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    amcl
# Date created:             15 Apr 2000
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   amcl
PORTVERSION=    0.7.5
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org

USE_X_PREFIX=   yes
USE_GTK=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

post-patch:
    @${PERL} -pi -e 's|CFLAGS -O -pipe -Wall|CFLAGS|g' ${WRKSRC}/configure

.include <bsd.port.mk>