clean up makefile

This commit is contained in:
marc 1998-10-07 18:58:10 +00:00
parent 2c6de64959
commit e53a60033e

View File

@ -1,25 +1,19 @@
# OpenBSD makefile for: pilot-link
# Version required: 0.9.0
# Date created: August 31, 1998
# Whom: Angelos D. Keromytis
# $OpenBSD: Makefile,v 1.3 1998/10/07 18:58:10 marc Exp $
#
# $OpenBSD: Makefile,v 1.2 1998/09/01 00:08:59 angelos Exp $
DISTNAME= pilot-link.0.9.0
PKGNAME= pilot-link-0.9.0
CATEGORIES= comms
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
MAINTAINER= angelos@openbsd.org
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-perl5=/usr/bin/perl --with-readline21=no --with-readline20=no
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
install-memo.1 install-user.1 pilot-xfer.1 \
read-ical.1
CONFIGURE_ARGS= --with-perl5=/usr/bin/perl \
--with-readline21=no \
--with-readline20=no
.include <bsd.port.mk>