blob: 88d3150b47217c8cd937ef36f4564caeddb4e749 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# $FreeBSD$
PORTNAME= survex
DISTVERSION= 1.2.38
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= https://survex.com/software/${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Cave survey software
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Can not build with graphics/proj
EXPIRATION_DATE=2019-09-27
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libproj.so:graphics/proj5
USES= compiler:c++11-lang desktop-file-utils gl gmake gnome pkgconfig shared-mime-info
GNU_CONFIGURE= yes
USE_WX= 3.0
USE_XORG= xxf86vm
USE_GL= gl glu
INSTALLS_ICONS= yes # because wxWidgets-3.0 is gtk/gnome based
MAKE_ENV= WX_CONFIG=${WX_CONFIG}
OPTIONS_DEFINE= DOCS
PORTDOCS= *
.include <bsd.port.mk>
|