zhuk ed298848a3 Zap more lines from qmake-based ports by moving them from
the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to
the "MODULES=devel/qmake x11/qtX" logic.

Discussed with espie@ a few weeks ago.
2016-03-26 20:37:34 +00:00

32 lines
629 B
Makefile

# $OpenBSD: Makefile,v 1.16 2016/03/26 20:37:35 zhuk Exp $
COMMENT= graphical file comparator
V= 1.9
DISTNAME= beediff_${V}_src
PKGNAME= beediff-${V}
REVISION = 5
CATEGORIES= textproc x11 devel
HOMEPAGE= http://www.beesoft.pl/index.php?id=beediff
MASTER_SITES= http://www.beesoft.pl/download/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xext c m pthread stdc++
WANTLIB += lib/qt4/QtGui ICE SM Xi Xinerama Xrender fontconfig freetype
WRKDIST= ${WRKDIR}/beediff
MODULES= devel/gettext \
devel/qmake \
x11/qt4
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/beediff ${PREFIX}/bin
.include <bsd.port.mk>