freebsd-ports/net-mgmt/gps/Makefile
Jean Milanez Melo 9cefdb113c - Fix mastersite.
- Remove WWW, it does not exist anymore.
- Pass maintainership to submitter.

PR:		ports/104100
Submitted by:	Lars Engels <lars.engels@0x20.net>
2006-11-01 14:56:17 +00:00

34 lines
686 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
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}-FRC
MAINTAINER= lars.engels@0x20.net
COMMENT= Ghost Port Scan
BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
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>