aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/silvercity/Makefile
blob: 44bc800c8e89f32d2dfd8f8297a70717976b494c (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
# ex:ts=8
# Ports collection makefile for:    silvercity
# Date created:         Dec 29, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   silvercity
PORTVERSION=    0.9.5
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   SilverCity-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A lexing package for over 20 programming and markup langauges

USE_PYTHON= yes
USE_PYDISTUTILS=    yes
USE_REINPLACE=  yes

# convert scripts EOL from DOS to NIX
post-extract:
    @${REINPLACE_CMD} -e 's,
$$,,' ${WRKSRC}/PySilverCity/Scripts/*.py

.include <bsd.port.mk>