sebastia d28f790db6 Update to 0.6.0, Release info see:
https://sourceforge.net/p/spdrs60/news/2015/12/spdrs60-060-released/

most notably changes: qt3 support is dropped, in favour of qt4 and qt5
Now switched to use qt5
2016-03-13 21:39:16 +00:00

25 lines
638 B
Makefile

# $OpenBSD: Makefile,v 1.6 2016/03/13 21:39:16 sebastia Exp $
COMMENT = graphical SRCP client to control a digital model railway
DISTNAME = spdrs60-0.6.0
CATEGORIES = misc x11
HOMEPAGE = http://spdrs60.sourceforge.net/
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=spdrs60/}
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MODULES = x11/qt5
WANTLIB += c m pthread Qt5Core Qt5Gui Qt5Network Qt5Widgets
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${MODQT_CONFIGURE_ARGS} --disable-html-doc \
--enable-qt5
CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
.include <bsd.port.mk>