freebsd-ports/mail/lookout/Makefile
Yen-Ming Lee 597d694665 update MASTER_SITES and pkg-descr
PR:		48625
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2003-02-24 14:10:29 +00:00

25 lines
532 B
Makefile

# New ports collection makefile for: lookout
# Date created: 12 Apr 2002
# Whom: janos.mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= lookout
PORTVERSION= 1.2
CATEGORIES= mail
MASTER_SITES= http://catb.org/~esr/lookout/
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard
USE_PYTHON= yes
NO_BUILD= yes
MAN1= lookout.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/lookout ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/lookout.1 ${PREFIX}/man/man1/lookout.1
.include <bsd.port.mk>