1998-10-24 23:31:27 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: Queso
|
|
|
|
# Date created: 13 Oct 1998
|
|
|
|
# Whom: Wu Ching-hong <woju@freebsd.ee.ntu.edu.tw>
|
|
|
|
# and David O'Brien (obrien@NUXI.com)
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-10-24 23:31:27 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= queso
|
|
|
|
PORTVERSION= 980922
|
1998-10-24 23:31:27 +00:00
|
|
|
CATEGORIES= net security
|
1999-06-04 03:19:25 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
|
|
|
|
${MASTER_SITE_SUNSITE} \
|
1998-10-24 23:31:27 +00:00
|
|
|
ftp://freebsd.ntu.edu.tw/freebsd/_distfiles/
|
1999-06-04 03:19:25 +00:00
|
|
|
MASTER_SITE_SUBDIR= distributions/trinux/src/netmap
|
1998-10-24 23:31:27 +00:00
|
|
|
|
1998-11-12 11:50:11 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1998-10-24 23:31:27 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1998-10-24 23:31:27 +00:00
|
|
|
.if ${OSVERSION} < 300004
|
1999-09-05 22:15:15 +00:00
|
|
|
DISTFILES= queso-980922.tar.gz libpcap-0.4.tar.Z
|
1998-10-24 23:31:27 +00:00
|
|
|
post-patch:
|
|
|
|
@cd ${WRKSRC}/../libpcap-0.4/; ./configure; make
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
#${INSTALL_PROGRAM} ${WRKSRC}/queso ${PREFIX}/sbin
|
|
|
|
#${INSTALL_DATA} ${WRKSRC}/queso.conf ${PREFIX}/etc
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/queso
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Documentation.txt ${PREFIX}/share/doc/queso
|
|
|
|
.endif
|
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.post.mk>
|