blob: 8b4249e0611fd89b0996f3d8b67a0ff3fb91c7c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: janos.mohacsi@bsd.hu
# $FreeBSD$
PORTNAME= lookout
PORTVERSION= 1.4
CATEGORIES= mail
MASTER_SITES= http://catb.org/~esr/lookout/
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard
USE_PYTHON= yes
NO_BUILD= yes
PLIST_FILES= bin/lookout man/man1/lookout.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/lookout ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/lookout.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
|