1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/deskutils/tel/Makefile
Andrew Pantyukhin f508323323 Add port deskutils/tel:
tel is a little console-based phone book program. It allows adding,
modifying, editing, and searching of phone book entries right on your
terminal. Pretty printing capabilites are also provided. Entries are
stored in a simple CSV file. This eases import and export with common
spread sheet applications like Microsoft Excel or OpenOffice.org Calc.

WWW: http://tel.berlios.de/
Author: Sebastian Wiesner <basti.wiesner@gmx.net>
2007-03-07 14:35:48 +00:00

22 lines
396 B
Makefile

# New ports collection makefile for: tel
# Date created: 7 March 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tel
PORTVERSION= 0.1.6
CATEGORIES= deskutils
MASTER_SITES= 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>