mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
A more optimized way of building the GUI only w/in the nmap distfile
extraction.
This commit is contained in:
parent
42ee12578c
commit
2075fe9d76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21544
@ -23,14 +23,11 @@ RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
|
||||
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
|
||||
MAKE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||
|
||||
post-extract:
|
||||
@${RM} -rf ${WRKSRC}/libpcap*
|
||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||
WRKSRC:= ${WRKDIR}/${DISTNAME}/nmapfe
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nmapfe/nmapfe ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nmapfe ${PREFIX}/bin
|
||||
cd ${PREFIX}/bin && ${LN} -f nmapfe xnmap
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- nmapfe/Makefile.in.orig Fri May 7 04:51:52 1999
|
||||
+++ nmapfe/Makefile.in Fri Jul 23 10:46:08 1999
|
||||
--- Makefile.in.orig Fri May 7 04:51:52 1999
|
||||
+++ Makefile.in Fri Jul 23 10:46:08 1999
|
||||
@@ -71,7 +71,7 @@
|
||||
PROGRAMS = $(bin_PROGRAMS)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- nmapfe/nmapfe_sig.c.orig Fri May 7 04:51:52 1999
|
||||
+++ nmapfe/nmapfe_sig.c Fri Jul 23 11:09:45 1999
|
||||
--- nmapfe_sig.c.orig Fri May 7 04:51:52 1999
|
||||
+++ nmapfe_sig.c Fri Jul 23 11:09:45 1999
|
||||
@@ -171,7 +171,7 @@
|
||||
on_Get_Nmap_Version_activate (GtkMenuItem *menuitem,
|
||||
gpointer user_data)
|
||||
|
@ -23,14 +23,11 @@ RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
|
||||
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
|
||||
MAKE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||
|
||||
post-extract:
|
||||
@${RM} -rf ${WRKSRC}/libpcap*
|
||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||
WRKSRC:= ${WRKDIR}/${DISTNAME}/nmapfe
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nmapfe/nmapfe ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nmapfe ${PREFIX}/bin
|
||||
cd ${PREFIX}/bin && ${LN} -f nmapfe xnmap
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- nmapfe/Makefile.in.orig Fri May 7 04:51:52 1999
|
||||
+++ nmapfe/Makefile.in Fri Jul 23 10:46:08 1999
|
||||
--- Makefile.in.orig Fri May 7 04:51:52 1999
|
||||
+++ Makefile.in Fri Jul 23 10:46:08 1999
|
||||
@@ -71,7 +71,7 @@
|
||||
PROGRAMS = $(bin_PROGRAMS)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- nmapfe/nmapfe_sig.c.orig Fri May 7 04:51:52 1999
|
||||
+++ nmapfe/nmapfe_sig.c Fri Jul 23 11:09:45 1999
|
||||
--- nmapfe_sig.c.orig Fri May 7 04:51:52 1999
|
||||
+++ nmapfe_sig.c Fri Jul 23 11:09:45 1999
|
||||
@@ -171,7 +171,7 @@
|
||||
on_Get_Nmap_Version_activate (GtkMenuItem *menuitem,
|
||||
gpointer user_data)
|
||||
|
Loading…
Reference in New Issue
Block a user