1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/oniguruma/Makefile

37 lines
796 B
Makefile
Raw Normal View History

# New ports collection makefile for: Oniguruma
# Date created: 31 January 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= oniguruma
PORTVERSION= 2.5.6
CATEGORIES= devel
MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/
2004-04-18 18:11:58 +00:00
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}
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
2004-02-09 05:17:49 +00:00
#INSTALLS_SHLIB= yes
2003-02-12 10:42:36 +00:00
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>