Lines 7-13
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= transcalc |
9 |
PORTNAME= transcalc |
10 |
PORTVERSION= 0.13 |
10 |
PORTVERSION= 0.14 |
11 |
CATEGORIES= cad |
11 |
CATEGORIES= cad |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ |
13 |
http://transcalc.sourceforge.net/ |
13 |
http://transcalc.sourceforge.net/ |
Lines 16-24
Link Here
|
16 |
MAINTAINER= ports@FreeBSD.org |
16 |
MAINTAINER= ports@FreeBSD.org |
17 |
COMMENT= A analysis and synthesis tool for RF and microwave transmission lines |
17 |
COMMENT= A analysis and synthesis tool for RF and microwave transmission lines |
18 |
|
18 |
|
19 |
USE_GNOME= imlib |
19 |
USE_GNOME= gnometarget gtk20 |
|
|
20 |
USE_REINPLACE= yes |
20 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
21 |
|
22 |
|
22 |
MAN1= transcalc.1 |
23 |
MAN1= transcalc.1 |
|
|
24 |
|
25 |
post-patch: |
26 |
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure |
23 |
|
27 |
|
24 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |