1 | # $Id: Portfile,v 1.10 2003/03/27 03:28:08 eric Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name xastir |
---|
5 | version 1.2.1 |
---|
6 | categories science |
---|
7 | maintainers shadow@dementia.org |
---|
8 | description Amateur Radio APRS tracking software |
---|
9 | platforms darwin |
---|
10 | homepage http://www.xastir.org/ |
---|
11 | |
---|
12 | depends_lib lib:libX11.6:XFree86 lib:libXm.3:openMotif lib:libgdal.1:gdal lib:libgeotiff.1:libgeotiff lib:libtiff.3:tiff lib:libproj.0:proj |
---|
13 | fetch.type cvs |
---|
14 | cvs.root :pserver:anonymous@cvs.sourceforge.net:/cvsroot/xastir |
---|
15 | cvs.module xastir |
---|
16 | cvs.password |
---|
17 | version HEAD |
---|
18 | pre-configure { cd ${worksrcpath} |
---|
19 | system "sh ./bootstrap.sh" } |
---|
20 | distname ${cvs.module} |
---|
21 | build.target all |
---|
22 | |
---|
23 | |
---|