freebsd-ports/textproc/silvercity/Makefile
Pav Lucistnik 2b55c8a4f1 - Update to 0.9.5
PR:		ports/68921
Submitted by:	Rui Lopes <rui@ruilopes.com>
2004-07-12 19:57:10 +00:00

29 lines
627 B
Makefile

# 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:
.for i in ${WRKSRC}/PySilverCity/Scripts/*.py
@${REINPLACE_CMD} -e 's,
$$,,' ${WRKSRC}/${i}
.endfor
.include <bsd.port.mk>