2001-03-17 12:19:46 +00:00
|
|
|
# New ports collection makefile for: qe
|
|
|
|
# Date created: 10 Mar 2001
|
|
|
|
# Whom: Shen Chuan-Hsing
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qe
|
2001-07-26 02:19:36 +00:00
|
|
|
PORTVERSION= 0.1.1
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2001-03-17 12:19:46 +00:00
|
|
|
CATEGORIES= chinese
|
2001-03-31 08:08:06 +00:00
|
|
|
MASTER_SITES= http://www.cc.ncu.edu.tw/~center5/product/qe/ \
|
2002-05-10 19:00:51 +00:00
|
|
|
ftp://freebsd.sinica.edu.tw/pub/statue/qe/
|
2001-03-17 12:19:46 +00:00
|
|
|
|
2005-07-25 21:58:10 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= QE is a PE2-like editor program under U*nix
|
2001-03-17 12:19:46 +00:00
|
|
|
|
2002-09-28 20:46:51 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_REINPLACE= yes
|
2001-07-26 02:19:36 +00:00
|
|
|
|
|
|
|
post-configure:
|
2002-09-28 20:46:51 +00:00
|
|
|
@${REINPLACE_CMD} -e '49s,-s,,' ${WRKSRC}/src/Makefile
|
2001-07-26 02:19:36 +00:00
|
|
|
|
2001-03-17 12:19:46 +00:00
|
|
|
.include <bsd.port.mk>
|