diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-17 17:35:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-17 17:35:06 +0000 |
commit | 18e85d1a291836e2fce77040cf14f7805b034584 (patch) | |
tree | 1d3492cccb584d9cfeb0d617ce98c62948f78e43 /security/gtkportscan | |
parent | 59cc0ca756ea10954604a3deb519a83bd97d9379 (diff) | |
download | ports-18e85d1a291836e2fce77040cf14f7805b034584.tar.gz ports-18e85d1a291836e2fce77040cf14f7805b034584.zip |
Notes
Diffstat (limited to 'security/gtkportscan')
-rw-r--r-- | security/gtkportscan/Makefile | 8 | ||||
-rw-r--r-- | security/gtkportscan/distinfo | 2 | ||||
-rw-r--r-- | security/gtkportscan/files/patch-aa | 13 | ||||
-rw-r--r-- | security/gtkportscan/pkg-descr | 2 |
4 files changed, 13 insertions, 12 deletions
diff --git a/security/gtkportscan/Makefile b/security/gtkportscan/Makefile index a09800648f21..910c7c6173a4 100644 --- a/security/gtkportscan/Makefile +++ b/security/gtkportscan/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: gtkportscan -# Version required: 1.1 +# Version required: 1.2 # Date created: 11 March 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gtkportscan-1.1 +DISTNAME= gtkportscan-1.2 CATEGORIES= security net -MASTER_SITES= http://www.calpoly.edu/~rbarrero/ +MASTER_SITES= http://armageddon.splorg.org/gtkportscan/ MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -WRKSRC= ${WRKDIR}/gtkscan +WRKSRC= ${WRKDIR}/gtkportscan do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gtkportscan ${PREFIX}/bin diff --git a/security/gtkportscan/distinfo b/security/gtkportscan/distinfo index 82d7c1c30b15..9b7445714356 100644 --- a/security/gtkportscan/distinfo +++ b/security/gtkportscan/distinfo @@ -1 +1 @@ -MD5 (gtkportscan-1.1.tar.gz) = d628dcc761713165d7883d6472a09147 +MD5 (gtkportscan-1.2.tar.gz) = 3de4832a19eaeaec90fe0fe4be65faaf diff --git a/security/gtkportscan/files/patch-aa b/security/gtkportscan/files/patch-aa index 12c1636431e1..5eb7398ac64d 100644 --- a/security/gtkportscan/files/patch-aa +++ b/security/gtkportscan/files/patch-aa @@ -1,19 +1,20 @@ ---- Makefile.orig Thu Mar 11 18:58:41 1999 -+++ Makefile Thu Mar 18 17:22:45 1999 +--- Makefile.orig Thu Mar 11 01:58:41 1999 ++++ Makefile Sun Sep 12 20:59:30 1999 @@ -1,21 +1,21 @@ - CC=gcc +-CC=gcc -GTK_FLAGS=`gtk-config --cflags` `gtk-config --libs` ++CC?=gcc +GTK_FLAGS=`gtk12-config --cflags` `gtk12-config --libs` all: gtkportscan portscan portscan: portscan.c - $(CC) -O2 -Wall portscan.c -o portscan -g -+ $(CC) -O2 -Wall portscan.c -o portscan -g ${CFLAGS} ++ $(CC) $(CFLAgS) -Wall portscan.c -o portscan ${CFLAGS} gtkportscan: gtkportscan.c - $(CC) -Wall $(GTK_FLAGS) gtkportscan.c -o gtkportscan -g -+ $(CC) -Wall $(GTK_FLAGS) gtkportscan.c -o gtkportscan -g ${CFLAGS} ++ $(CC) -Wall $(GTK_FLAGS) gtkportscan.c -o gtkportscan ${CFLAGS} install: - cp portscan /usr/local/bin @@ -26,6 +27,6 @@ uninstall: - rm -f /usr/local/bin/portscan -+ rm -f ${PREFIX}/bin/portscan - rm -f /usr/X11/bin/gtkportscan ++ rm -f ${PREFIX}/bin/portscan + rm -f ${PREFIX}/bin/gtkportscan diff --git a/security/gtkportscan/pkg-descr b/security/gtkportscan/pkg-descr index 2bc5746be8cd..68b993fd208e 100644 --- a/security/gtkportscan/pkg-descr +++ b/security/gtkportscan/pkg-descr @@ -2,5 +2,5 @@ A simple port scanner written in Gtk+. It does simple scanning and printing of the open ports on the machine you are scanning. Includes a command-line and GUI port scanner. -WWW: http://www.calpoly.edu/~rbarrero/gtkportscan.html +WWW: http://armageddon.splorg.org/gtkportscan/ Author: Rafael Barrero, Jr. <rbarrero@polymail.calpoly.edu> |