aboutsummaryrefslogtreecommitdiffstats
path: root/science/linsmith/Makefile
blob: 146f6660a05d3f6116718c3a5b37ba562522480c (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
26
27
28
29
30
# ex:ts=8
# Ports collection Makefile for:    linsmith
# Date created:         Dec 22, 2006
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   linsmith
PORTVERSION=    0.99.3
PORTREVISION=   1
CATEGORIES= science
MASTER_SITES=   SF

MAINTAINER= ijliao@FreeBSD.org
COMMENT=    Smith charting program

LIB_DEPENDS=    popt.0:${PORTSDIR}/devel/popt

USE_GNOME=  pkgconfig libgnomeprint libgnomeui libxml2
USE_ICONV=  yes
USE_GETTEXT=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-patch:
    @${CP} ${FILESDIR}/carg.c  ${WRKSRC}/src

.include <bsd.port.mk>