mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
A GTK-based frontend to the whois service (RFC954).
PR: ports/9260 & ports/9671 Submitted By: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
This commit is contained in:
parent
0c8bb893b3
commit
602cdefd4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16423
37
net/xwhois/Makefile
Normal file
37
net/xwhois/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: xwhois
|
||||
# Version required: 0.2.9
|
||||
# Date created: 31 December 1998
|
||||
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xwhois-0.2.9
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://c64.org/~nr/ \
|
||||
http://www.goatnet.ml.org/ \
|
||||
ftp://sangis.kalix.net/pub/nr/xwhois/ \
|
||||
ftp://c64.org/pub/nr/xwhois/ \
|
||||
ftp://ftp.infodrom.north.de/pub/unix/gtkbuffet/apps/xwhois/
|
||||
|
||||
MAINTAINER= kkennawa@physics.adelaide.edu.au
|
||||
|
||||
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
do-install:
|
||||
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xwhois ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/xwhois
|
||||
${MKDIR} ${PREFIX}/share/xwhois/pixmaps
|
||||
${INSTALL_DATA} ${WRKSRC}/xwhois.servers ${PREFIX}/share/xwhois
|
||||
${INSTALL_DATA} ${WRKSRC}/xwhois.xpm ${PREFIX}/share/xwhois/pixmaps
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/xwhois
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xwhois
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xwhois
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xwhois
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/xwhois/distinfo
Normal file
1
net/xwhois/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xwhois-0.2.9.tar.gz) = 64663f0662d34cddedc414b3641666eb
|
40
net/xwhois/files/patch-aa
Normal file
40
net/xwhois/files/patch-aa
Normal file
@ -0,0 +1,40 @@
|
||||
--- Makefile.orig Fri Jan 29 17:41:21 1999
|
||||
+++ Makefile Fri Jan 29 18:10:44 1999
|
||||
@@ -1,11 +1,12 @@
|
||||
# Xwhois Makefile
|
||||
|
||||
prefix = /usr/local
|
||||
-XWHOIS_SERVERS = $(prefix)/lib/xwhois/xwhois.servers
|
||||
+XWHOIS_SERVERS = $(prefix)/share/xwhois/xwhois.servers
|
||||
|
||||
# - Standard -
|
||||
CC = gcc
|
||||
-CFLAGS = -Wall -g -O2
|
||||
+CFLAGS ?= -O2
|
||||
+CFLAGS += -Wall -g
|
||||
OBJECTS = xwhois.c
|
||||
DEFINES = -DSTD -DHAVE_SNPRINTF
|
||||
DEFINES += -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\"
|
||||
@@ -32,14 +33,14 @@
|
||||
install -s -m 755 xwhois $(prefix)/bin
|
||||
mkdir -p $(prefix)/share/apps/Network
|
||||
install -m 644 Xwhois.desktop $(prefix)/share/apps/Network
|
||||
- mkdir -p $(prefix)/share/pixmaps
|
||||
- install -m 644 xwhois.xpm $(prefix)/share/pixmaps
|
||||
- mkdir -p $(prefix)/lib/xwhois
|
||||
- install -m 644 xwhois.servers $(prefix)/lib/xwhois
|
||||
- mkdir -p $(prefix)/doc/xwhois
|
||||
- install -m 644 README $(prefix)/doc/xwhois
|
||||
- install -m 644 COPYING $(prefix)/doc/xwhois
|
||||
- install -m 644 ChangeLog $(prefix)/doc/xwhois
|
||||
+ mkdir -p $(prefix)/share/xwhois/pixmaps
|
||||
+ install -m 644 xwhois.xpm $(prefix)/share/xwhois/pixmaps
|
||||
+ mkdir -p $(prefix)/share/xwhois
|
||||
+ install -m 644 xwhois.servers $(prefix)/share/xwhois
|
||||
+ mkdir -p $(prefix)/share/doc/xwhois
|
||||
+ install -m 644 README $(prefix)/share/doc/xwhois
|
||||
+ install -m 644 COPYING $(prefix)/share/doc/xwhois
|
||||
+ install -m 644 ChangeLog $(prefix)/share/doc/xwhois
|
||||
|
||||
clean:
|
||||
rm -f xwhois
|
1
net/xwhois/pkg-comment
Normal file
1
net/xwhois/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GTK-based frontend to the whois service (RFC954).
|
1
net/xwhois/pkg-descr
Normal file
1
net/xwhois/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
A GTK-based frontend to the whois service (RFC954).
|
9
net/xwhois/pkg-plist
Normal file
9
net/xwhois/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/xwhois
|
||||
share/xwhois/xwhois.servers
|
||||
share/xwhois/pixmaps/xwhois.xpm
|
||||
share/doc/xwhois/README
|
||||
share/doc/xwhois/COPYING
|
||||
share/doc/xwhois/ChangeLog
|
||||
@dirrm share/xwhois/pixmaps
|
||||
@dirrm share/xwhois
|
||||
@dirrm share/doc/xwhois
|
Loading…
Reference in New Issue
Block a user