1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/chinese/qe/Makefile
Clive Lin bb82744a29 o Fix build on -CURRENT.
o Use REINPLACE_CMD instead of a hard wired patch, which breaks this port
  on -CURRENT.
o Use tab instead of space, BTW.

Submitted by:	bento
2002-09-28 20:46:51 +00:00

24 lines
502 B
Makefile

# New ports collection makefile for: qe
# Date created: 10 Mar 2001
# Whom: Shen Chuan-Hsing
#
# $FreeBSD$
#
PORTNAME= qe
PORTVERSION= 0.1.1
CATEGORIES= chinese
MASTER_SITES= http://www.cc.ncu.edu.tw/~center5/product/qe/ \
ftp://freebsd.sinica.edu.tw/pub/statue/qe/
MAINTAINER= statue@freebsd.sinica.edu.tw
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
post-configure:
@${REINPLACE_CMD} -e '49s,-s,,' ${WRKSRC}/src/Makefile
.include <bsd.port.mk>