diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-12-05 07:29:56 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-12-05 07:29:56 +0800 |
commit | 6b4073c84243519f8f06f9952d37b013f233bc5c (patch) | |
tree | 4d5131d4c24ea1114bd66419471e4ce22e88b363 /science/linsmith/Makefile | |
parent | 59851c60d177295da8bbd7b22d96a3f94a6d8e7d (diff) | |
download | freebsd-ports-gnome-6b4073c84243519f8f06f9952d37b013f233bc5c.tar.gz freebsd-ports-gnome-6b4073c84243519f8f06f9952d37b013f233bc5c.tar.zst freebsd-ports-gnome-6b4073c84243519f8f06f9952d37b013f233bc5c.zip |
- Update to 0.99.24
- Trim header
- Does not build with clang: Add USE_GCC=any
Feature safe: yes
Diffstat (limited to 'science/linsmith/Makefile')
-rw-r--r-- | science/linsmith/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/science/linsmith/Makefile b/science/linsmith/Makefile index 721baa6344e7..e96574469fe3 100644 --- a/science/linsmith/Makefile +++ b/science/linsmith/Makefile @@ -1,16 +1,10 @@ -# ex:ts=8 -# Ports collection Makefile for: linsmith -# Date created: Dec 22, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= linsmith -PORTVERSION= 0.99.22 -PORTREVISION= 1 +PORTVERSION= 0.99.24 CATEGORIES= science hamradio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Smith charting program @@ -23,6 +17,7 @@ USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes +USE_GCC= any CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |