mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b8a64d94ec
and USE_PERL5 in some places Noticed by: bento
31 lines
701 B
Makefile
31 lines
701 B
Makefile
# New ports collection makefile for: Psion Link Protocol
|
|
# Date created: Tue Nov 30 15:43:27 EST 1999
|
|
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= plp
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://www.proudman51.freeserve.co.uk/psion/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= kris
|
|
DISTNAME= ${PORTNAME}_1_8
|
|
|
|
MAINTAINER= maurice@serc.rmit.edu.au
|
|
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
pre-patch:
|
|
.for files in packet.cc socketchan.cc
|
|
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/ncp/${files}
|
|
.endfor
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/ncp ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/rfsv ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|