blob: 87116555ff8f238f55d9f8b5608f06030b2d1275 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# ex:ts=8
# Ports collection makefile for: tpg
# Date created: Mar 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= tpg
PORTVERSION= 0.1.6
CATEGORIES= devel python
MASTER_SITES= http://christophe.delord.free.fr/en/tpg/
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/TPG.py ${PREFIX}/bin/tpg
.include <bsd.port.mk>
|