blob: 79ee86b3220391edd06230820bd66b268c3be2b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: tel
# Date created: 7 March 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tel
PORTVERSION= 0.1.7.1
CATEGORIES= deskutils
MASTER_SITES= CENKES BERLIOS
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Little console-based phone book manager
USE_BZIP2= yes
USE_GETTEXT= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|