1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/mail/lookout/Makefile
Martin Wilke 2e1e8b73a7 - Update to 1.4
PR:		139103
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Feature safe:	yes
2009-09-25 18:58:50 +00:00

27 lines
558 B
Makefile

# New ports collection makefile for: lookout
# Date created: 12 Apr 2002
# Whom: janos.mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= lookout
PORTVERSION= 1.4
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
PLIST_FILES= bin/lookout
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/lookout ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/lookout.1 ${PREFIX}/man/man1/lookout.1
.include <bsd.port.mk>