freebsd-ports/comms/plp/Makefile
Yen-Ming Lee f0e1b587c7 - add USE_GCC=2.95 and unbreak this port
- replace pkg-plist with PLIST_FILES

PR:		71840
Submitted by:	leeym
Approved by:	maintainer timeout
2004-10-12 18:14:47 +00:00

34 lines
781 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
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://www.proudman51.freeserve.co.uk/psion/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kris
DISTNAME= ${PORTNAME}_1_8
MAINTAINER= maurice@castro.aus.net
COMMENT= Transfer data between a Psion Series 5(mx) and Unix
USE_GMAKE= yes
USE_REINPLACE= yes
USE_GCC= 2.95
PLIST_FILES= bin/ncp bin/rfsv
pre-patch:
.for files in packet.cc socketchan.cc
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/ncp/${files}
.endfor
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES} ${PREFIX}/bin
.include <bsd.port.mk>