aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/qe/Makefile
blob: 4f785475dff96fce6dc719b36b7807f268b3594c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Shen Chuan-Hsing
# $FreeBSD$

PORTNAME=   qe
PORTVERSION=    0.1.1
PORTREVISION=   2
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

GNU_CONFIGURE=  yes
USES=       gmake

post-configure:
    @${REINPLACE_CMD} -e '49s,-s,,' ${WRKSRC}/src/Makefile

.include <bsd.port.mk>