6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
32 lines
604 B
Makefile
32 lines
604 B
Makefile
# ex:ts=8
|
|
# Ports collection Makefile for: linsmith
|
|
# Date created: Dec 22, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= linsmith
|
|
PORTVERSION= 0.99.22
|
|
CATEGORIES= science hamradio
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Smith charting program
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USE_GNOME= libgnomeui libxml2
|
|
USE_ICONV= yes
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/carg.c ${WRKSRC}/src
|
|
|
|
.include <bsd.port.mk>
|