blob: 051d68ebf840f7b59177f3db11cc2e6426084c1d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Ports collection makefile for: sing
# Date created: Oct 6 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= sing
PORTVERSION= 1.0
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= SING-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
GNU_CONFIGURE= yes
MAN8= sing.8
post-extract:
@${RM} -rf ${WRKSRC}/libpcap*
.include <bsd.port.mk>
|