sebastia ae9c76b09d import misc/spdrs60: graphical SRCP client to control a digital model railway
DESCR:
spdrs60 is a graphical SRCP client to comfortably control a digital
model railway. Visual appearance and usage comply to the original
SpDrS60 German Federal Railway company locking table. A SRCP server
(e.g. erddcd or srcpd) is needed as a hardware link.

this and the import of srcpd was, with some comments, OK jasper@
2010-12-11 11:19:08 +00:00

29 lines
792 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 11:19:08 sebastia Exp $
COMMENT = graphical SRCP client to control a digital model railway
DISTNAME = spdrs60-0.5.6
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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = x11/qt3
WANTLIB += GL ICE SM X11 Xcursor Xext Xft Xi Xinerama Xmu Xrandr
WANTLIB += Xrender c fontconfig freetype jpeg lcms m mng png pthread
WANTLIB += stdc++ z
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${MODQT_CONFIGURE_ARGS} --disable-html-doc
CONFIGURE_ENV += LDFLAGS="`pkg-config --libs qt-mt`"
.include <bsd.port.mk>