aboutsummaryrefslogtreecommitdiffstats
path: root/devel/oniguruma5/Makefile
blob: 4a6574690964a951bf178f723752b211b4e2a2b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    Oniguruma
# Date created:     31 January 2003
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   oniguruma
PORTVERSION=    2.2.5
CATEGORIES= devel
MASTER_SITES=   http://www.geocities.jp/kosako1/oniguruma/archive/ \
        ${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= contrib
DISTNAME=   onigd20040316
DIST_SUBDIR=    ruby

MAINTAINER= knu@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>