freebsd-ports/devel/oniguruma4/Makefile
Mark Linimon 34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00

36 lines
824 B
Makefile

# New ports collection makefile for: Oniguruma
# Date created: 31 January 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= oniguruma
PORTVERSION= 2.3.1
CATEGORIES= devel
MASTER_SITES= http://www.geocities.jp/kosako1/oniguruma/archive/ \
${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= contrib
DISTNAME= onigd${PORTVERSION:S/./_/g}
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
#INSTALLS_SHLIB= yes
DOCS= HISTORY README doc/*
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/
${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>