56e9b76225
Noticed by: thierry
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: silvercity
|
|
# Date created: Dec 29, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= silvercity
|
|
PORTVERSION= 0.9.6
|
|
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 languages
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_DOS2UNIX= yes
|
|
|
|
.include <bsd.port.mk>
|