blob: e331de20a18dac02edf1b049d7fae8ad8b1e87b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: gtkportscan
# Date created: 11 March 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkportscan
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= cpiazza
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple port scanner that prints out open ports
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GNOMENG= yes
USE_GNOME= gtk12
.include <bsd.port.mk>
|