summaryrefslogtreecommitdiff
path: root/editors/lfhex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lfhex/Makefile')
-rw-r--r--editors/lfhex/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile
deleted file mode 100644
index 0fb2b47cb717..000000000000
--- a/editors/lfhex/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= lfhex
-PORTVERSION= 0.42
-PORTREVISION= 1
-CATEGORIES= editors
-MASTER_SITES= http://stoopidsimple.com/files/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Large file hex editor
-
-LICENSE= GPLv2 # only
-LICENSE_FILE= ${WRKSRC}/../COPYING
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-USES= bison qmake qt:4
-USE_QT= corelib gui moc_build rcc_build
-
-WRKSRC_SUBDIR= src
-
-PORTDOCS= README
-PLIST_FILES= bin/lfhex
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^DEFINES|# DEFINES|g' ${WRKSRC}/lfhex.pro
- @${REINPLACE_CMD} -e 's| abs| llabs|g' ${WRKSRC}/reader.cpp
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/lfhex ${STAGEDIR}${PREFIX}/bin
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>