1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/queso/Makefile
1999-06-04 03:19:25 +00:00

40 lines
1012 B
Makefile

# ex:ts=8
# Ports collection makefile for: Queso
# Version required: 980922
# Date created: 13 Oct 1998
# Whom: Wu Ching-hong <woju@freebsd.ee.ntu.edu.tw>
# and David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.3 1998/11/12 11:50:11 obrien Exp $
#
DISTNAME= queso-980922
CATEGORIES= net security
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
${MASTER_SITE_SUNSITE} \
ftp://freebsd.ntu.edu.tw/freebsd/_distfiles/
DISTFILES= queso-980922.tar.gz
MASTER_SITE_SUBDIR= distributions/trinux/src/netmap
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300004
DISTFILES+= libpcap-0.4.tar.Z
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
.include <bsd.port.post.mk>