aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tpg/Makefile
blob: 14691fc1b270d45b320c605a9c4463a3fe801717 (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
# Ports collection makefile for:    tpg
# Date created:         Mar 15, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   tpg
PORTVERSION=    3.0.0
CATEGORIES= devel python
MASTER_SITES=   http://christophe.delord.free.fr/soft/tpg/
DISTNAME=   ${PORTNAME:U}-${PORTVERSION}

MAINTAINER= sergei@FreeBSD.org
COMMENT=    Parser generator in Python

USE_PYTHON=     2.2+
USE_PYDISTUTILS=    yes

NO_BUILD=   yes

DOCS=       ChangeLog README THANKS doc/*.html doc/tpg.css \
        doc/*.png doc/tpg.pdf
EXAMPLES=   examples/*

post-install:
    @${MKDIR} ${EXAMPLESDIR}
    cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>