1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net-mgmt/gps/Makefile
Ying-Chieh Liao e28630ead2 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39668
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-23 06:04:01 +00:00

33 lines
616 B
Makefile

# ex:ts=8
# New ports collection makefile for: gps
# Date created: Nov 25, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gps
PORTVERSION= 0.9.1
CATEGORIES= net
MASTER_SITES= http://gps.sourceforge.net/release/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e "s,-Wall -O3,${CFLAGS},g" ${WRKSRC}/configure
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${CP} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>