aboutsummaryrefslogtreecommitdiff
path: root/emulators/flexemu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/flexemu/Makefile')
-rw-r--r--emulators/flexemu/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/emulators/flexemu/Makefile b/emulators/flexemu/Makefile
index 05f1f9ca864c..e53565fa3a39 100644
--- a/emulators/flexemu/Makefile
+++ b/emulators/flexemu/Makefile
@@ -1,6 +1,7 @@
PORTNAME= flexemu
DISTVERSIONPREFIX= V
DISTVERSION= 3.20
+PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= rhurlin@FreeBSD.org
@@ -14,13 +15,17 @@ USE_GITHUB= yes
GH_ACCOUNT= aladur
GH_TUPLE= google:googletest:e1a38bc3:googletest/googletest
USE_GL= gl
-USE_QT= buildtools:build concurrent core dbus declarative \
- declarative-test designer gui help multimedia network \
- opengl printsupport qmake:build script scripttools \
- sensors serialport sql svg testlib widgets x11extras \
- xml xmlpatterns
+USE_QT= buildtools:build core dbus gui network printsupport \
+ qmake:build widgets x11extras
USE_XORG= ice sm x11
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-install:
+ @${RM} ${STAGEDIR}${PREFIX}/bin/rcvflex
+ @${RM} ${STAGEDIR}${PREFIX}/bin/send2flx
+ @${RM} ${STAGEDIR}${PREFIX}/bin/testdaa
+
+.include <bsd.port.post.mk>