blob: 8ff294600a092dc2c14d4c2831c0e6a1ededd78d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# ex:ts=8
# Ports collection makefile for: silvercity
# Date created: Dec 29, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= silvercity
PORTVERSION= 0.9.1
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
.include <bsd.port.mk>
|