1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/chinese/qe/Makefile
2017-10-13 14:23:31 +00:00

28 lines
583 B
Makefile

# Created by: Shen Chuan-Hsing
# $FreeBSD$
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= QE is a PE2-like editor program under U*nix
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>