danj 5171d0cdfa Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:39:42 +00:00

32 lines
648 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.28 2019/07/17 14:39:44 danj Exp $
COMMENT= viewer for IETF RFCs
DISTNAME= qrfcview-1.0.0
CATEGORIES= x11
# GPLv2 (everything except src/TitleModel.cpp is GPLv2+)
PERMIT_PACKAGE= Yes
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype
WANTLIB += QtGui QtNetwork c m pthread ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
# requires qmake fix
BUILD_DEPENDS= x11/qt4>=4.8.7p6
GH_ACCOUNT= saghul
GH_PROJECT= qrfcview-osx
GH_TAGNAME= 1.0.0
REVISION= 2
MODULES= devel/qmake x11/qt4
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/bin/qRFCView ${PREFIX}/bin
.include <bsd.port.mk>