mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
24 lines
493 B
Makefile
24 lines
493 B
Makefile
# 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
|
|
|
|
MAN1= lookout.1
|
|
PLIST_FILES= bin/lookout
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/lookout ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/lookout.1 ${PREFIX}/man/man1/lookout.1
|
|
|
|
.include <bsd.port.mk>
|