1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/chinese/qe/Makefile
Dmitry Marakasov df030655f8 - Strip binary
- Add LICENSE
2015-05-28 11:40:37 +00:00

29 lines
622 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/ \
ftp://freebsd.sinica.edu.tw/pub/statue/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
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>