1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/deskutils/tel/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

23 lines
414 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.7.1
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= CENKES BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= Little console-based phone book manager
USE_BZIP2= yes
USES= gettext
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>