freebsd-ports/net/queso/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

38 lines
885 B
Makefile

# 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)
#
# $FreeBSD$
#
PORTNAME= queso
PORTVERSION= 980922
CATEGORIES= net security
MASTER_SITES= ftp://freebsd.ntu.edu.tw/FreeBSD/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= obrien
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300004
DISTFILES= queso-980922.tar.gz 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>