1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/comms/plp/Makefile
Kris Kennaway fc3054bd06 Host the distfile myself - there is something weird with the official
website which allows you to browse and download the file with lynx, but
returns a 404 with fetch or wget.

Noticed by:	bento
2000-02-27 09:10:12 +00:00

24 lines
554 B
Makefile

# New ports collection makefile for: Psion Link Protocol
# Version required: 1.8
# Date created: Tue Nov 30 15:43:27 EST 1999
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
# $FreeBSD$
#
DISTNAME= plp_1_8
PKGNAME= plp-1.8
CATEGORIES= comms
MASTER_SITES= http://www.proudman51.freeserve.co.uk/psion/ \
http://www.freebsd.org/~kris/distfiles/
MAINTAINER= maurice@serc.rmit.edu.au
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/ncp ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bin/rfsv ${PREFIX}/bin
.include <bsd.port.mk>