1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/japanese/mg/Makefile

27 lines
561 B
Makefile

# $FreeBSD$
PORTNAME= mg
PORTVERSION= 5.0.1.3
CATEGORIES= japanese perl5
MASTER_SITES= http://dist.bsdlab.org/ \
http://www.srekcah.org/~utashiro/perl/scripts/mg/
EXTRACT_SUFX= # None
EXTRACT_ONLY= # None
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Multi-line grep suitable for Japanese text
USES= perl5
USE_PERL5= run
CONFLICTS= mg-200*
NO_STAGE= yes
do-build:
${SED} -e "s|/usr/local|${PREFIX}|g" \
${DISTDIR}/${DISTFILES} > ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>