aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-pygments/Makefile
blob: b77eb84a68db27896e51858c38447b0dcd179ef1 (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
# New ports collection makefile for:    py-pygments
# Date created:     2007-04-01
# Whom:         Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pygments
PORTVERSION=    0.8.1
#PORTREVISION=  0
CATEGORIES= textproc python
MASTER_SITES=   SF
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   Pygments-${PORTVERSION}

MAINTAINER= nivit@FreeBSD.org
COMMENT=    A syntax highlighter written in Python

USE_PYTHON= yes
USE_PYDISTUTILS=    easy_install
PYDISTUTILS_PKGNAME=    Pygments

.if !defined(NOPORTDOCS)
DOCSDIR=    ${PREFIX}/share/doc/py-${PORTNAME}
FIND_DOCS=  . -type f
MAN1=   pygmentize.1
MANCOMPRESSED=  no

post-install:
    @${INSTALL_DATA} ${WRKSRC}/docs/${MAN1} ${MANPREFIX}/man/man1/
    @${MKDIR} ${DOCSDIR}
    @cd ${WRKSRC}/docs/build && ${FIND} ${FIND_DOCS} -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} ";"
.endif

.include <bsd.port.mk>