mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
947c5ee46f
Reported by: portscout
31 lines
599 B
Makefile
31 lines
599 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= survex
|
|
DISTVERSION= 1.2.37
|
|
CATEGORIES= misc
|
|
MASTER_SITES= https://survex.com/software/${DISTVERSION}/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Cave survey software
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
|
libproj.so:graphics/proj
|
|
|
|
USES= 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>
|