2003-12-29 02:11:14 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: silvercity
|
|
|
|
# Date created: Dec 29, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= silvercity
|
2006-01-23 19:06:11 +01:00
|
|
|
PORTVERSION= 0.9.6
|
2003-12-29 02:11:14 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= SilverCity-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-01-23 19:40:23 +01:00
|
|
|
COMMENT= A lexing package for over 20 programming and markup languages
|
2003-12-29 02:11:14 +01:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2006-01-23 19:06:11 +01:00
|
|
|
USE_DOS2UNIX= yes
|
2003-12-29 02:11:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|