2003-01-31 13:03:50 +00:00
|
|
|
# New ports collection makefile for: Oniguruma
|
|
|
|
# Date created: 31 January 2003
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= oniguruma
|
2006-06-11 17:42:37 +00:00
|
|
|
PORTVERSION= 2.5.6
|
2003-01-31 13:03:50 +00:00
|
|
|
CATEGORIES= devel
|
2005-11-28 13:22:14 +00:00
|
|
|
MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/
|
2004-04-18 18:11:58 +00:00
|
|
|
DISTNAME= onigd${PORTVERSION:S/./_/g}
|
2003-01-31 13:03:50 +00:00
|
|
|
DIST_SUBDIR= ruby
|
|
|
|
|
2005-11-11 01:18:01 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-18 05:52:56 +00:00
|
|
|
COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
|
2003-01-31 13:03:50 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2006-06-11 17:42:37 +00:00
|
|
|
|
|
|
|
USE_GNOME= gnometarget
|
2003-01-31 13:03:50 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-02-09 05:17:49 +00:00
|
|
|
#INSTALLS_SHLIB= yes
|
2003-01-31 13:03:50 +00:00
|
|
|
|
2003-02-12 10:42:36 +00:00
|
|
|
DOCS= HISTORY README doc/*
|
2003-02-04 09:39:50 +00:00
|
|
|
|
2003-01-31 13:03:50 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/
|
|
|
|
${MKDIR} ${DOCSDIR}
|
2003-02-04 09:39:50 +00:00
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
|
|
|
.endfor
|
2003-01-31 13:03:50 +00:00
|
|
|
.endif
|
|
|
|
|
2004-02-09 05:17:29 +00:00
|
|
|
.include <bsd.port.mk>
|