mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
b1fb366112
Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard PR: 37027 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
25 lines
455 B
Makefile
25 lines
455 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://tuxedo.org/~esr/lookout/
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
|
|
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>
|