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