blob: 40d70e61d821a8f2af864e077272654a05fba052 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection Makefile for: pcs
# Date created: 15 July 2006
# Whom: gnn
#
# $FreeBSD$
#
PORTNAME= pcs
PORTVERSION= 0.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pcs
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gnn@FreeBSD.org
COMMENT= Protocol Construction Set
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
WRKSRC= ${WRKDIR}/pcs-${PORTVERSION}
.include <bsd.port.mk>
|