View | Details | Raw Unified | Return to bug 159490
Collapse All | Expand All

(-)science/linsmith/Makefile (-6 / +10 lines)
Lines 7-27 Link Here
7
#
7
#
8
8
9
PORTNAME=	linsmith
9
PORTNAME=	linsmith
10
PORTVERSION=	0.99.21
10
PORTVERSION=	0.99.22
11
CATEGORIES=	science hamradio
11
CATEGORIES=	science hamradio
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.9.21
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Smith charting program
15
COMMENT=	Smith charting program
16
16
17
LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
17
LICENSE=	GPLv2 GPLv3
18
LICENSE_COMB=	dual
18
19
19
USE_GNOME=	pkgconfig libgnomeprint libgnomeui libxml2
20
USE_GNOME=	libgnomeui libxml2
20
USE_ICONV=	yes
21
USE_ICONV=	yes
21
USE_GETTEXT=	yes
22
USE_GETTEXT=	yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
24
		LDFLAGS="-L${LOCALBASE}/lib"
25
MAKE_JOBS_SAFE=	yes
26
27
CPPFLAGS=	-I${LOCALBASE}/include
28
LDFLAGS=	-L${LOCALBASE}/lib
25
29
26
post-patch:
30
post-patch:
27
	@${CP} ${FILESDIR}/carg.c  ${WRKSRC}/src
31
	@${CP} ${FILESDIR}/carg.c  ${WRKSRC}/src
(-)science/linsmith/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (linsmith-0.99.21.tar.gz) = f3d58f56079d1de0e21ec4f7d2aa7f1df1997bcb9ab33d83f1cd9d508306b76c
1
SHA256 (linsmith-0.99.22.tar.gz) = cd2279e8123e016518c2d4a63c7c84cf36ff5bc47b0c6fd7109313450a66ca1e
2
SIZE (linsmith-0.99.21.tar.gz) = 1119718
2
SIZE (linsmith-0.99.22.tar.gz) = 1122094
(-)science/linsmith/pkg-descr (-1 / +1 lines)
Lines 18-21 Link Here
18
     solutions without re-defining the other (this may actually change to
18
     solutions without re-defining the other (this may actually change to
19
     single files - I'm not quite convinced here) 
19
     single files - I'm not quite convinced here) 
20
20
21
WWW: http://linsmith.sourceforge.net/
21
WWW: http://jcoppens.com/soft/linsmith/index.en.php
(-)science/linsmith/pkg-plist (-9 / +9 lines)
Lines 1-13 Link Here
1
bin/linsmith
1
bin/linsmith
2
share/locale/de/LC_MESSAGES/linsmith.mo
3
share/locale/es/LC_MESSAGES/linsmith.mo
4
share/locale/hu/LC_MESSAGES/linsmith.mo
5
share/locale/it/LC_MESSAGES/linsmith.mo
6
share/locale/sv/LC_MESSAGES/linsmith.mo
7
share/locale/zh/LC_MESSAGES/linsmith.mo
8
share/pixmaps/linsmith/smith4.png
9
share/pixmaps/linsmith/smithent.png
10
@dirrm share/pixmaps/linsmith
11
%%DATADIR%%/6-1.circ
2
%%DATADIR%%/6-1.circ
12
%%DATADIR%%/6-1.load
3
%%DATADIR%%/6-1.load
13
%%DATADIR%%/6-4.circ
4
%%DATADIR%%/6-4.circ
Lines 18-21 Link Here
18
%%DATADIR%%/6-6.load
9
%%DATADIR%%/6-6.load
19
%%DATADIR%%/conv0809
10
%%DATADIR%%/conv0809
20
%%DATADIR%%/nb_40.load
11
%%DATADIR%%/nb_40.load
12
share/locale/de/LC_MESSAGES/linsmith.mo
13
share/locale/es/LC_MESSAGES/linsmith.mo
14
share/locale/hu/LC_MESSAGES/linsmith.mo
15
share/locale/it/LC_MESSAGES/linsmith.mo
16
share/locale/sv/LC_MESSAGES/linsmith.mo
17
share/locale/zh/LC_MESSAGES/linsmith.mo
18
share/pixmaps/linsmith/smith4.png
19
share/pixmaps/linsmith/smithent.png
20
@dirrm share/pixmaps/linsmith
21
@dirrm %%DATADIR%%
21
@dirrm %%DATADIR%%

Return to bug 159490