mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
72ec28fddd
PR: 51902 Submitted by: Sebastian Yepes [ESN] <esn@x123.info>
35 lines
682 B
Makefile
35 lines
682 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: gps
|
|
# Date created: Nov 25, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gps
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://gps.sourceforge.net/release/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-FRC
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ghost Port Scan
|
|
|
|
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>
|