1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/chinese/qe/Makefile
2021-04-06 16:31:07 +02:00

27 lines
560 B
Makefile

# Created by: Shen Chuan-Hsing
PORTNAME= qe
PORTVERSION= 0.1.1
PORTREVISION= 3
CATEGORIES= chinese
MASTER_SITES= http://www.cc.ncu.edu.tw/~center5/product/qe/
MAINTAINER= ports@FreeBSD.org
COMMENT= PE2-like editor program for Unix
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake ncurses
post-configure:
@${REINPLACE_CMD} -e '49s,-s,,' ${WRKSRC}/src/Makefile
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/qe
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qe
${CHMOD} u-w ${STAGEDIR}${PREFIX}/bin/qe
.include <bsd.port.mk>