1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/xwhois/Makefile

41 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: xwhois
1999-03-01 10:47:15 +00:00
# Version required: 0.3.3
# Date created: 31 December 1998
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
#
# $Id: Makefile,v 1.2 1999/03/01 10:46:39 kris Exp $
#
1999-03-01 10:47:15 +00:00
DISTNAME= xwhois-0.3.3
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/ \
http://www.physics.adelaide.edu.au/~kkennawa/
1999-03-01 10:47:15 +00:00
MAINTAINER= kris@FreeBSD.ORG
1999-03-01 10:47:15 +00:00
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
USE_X_PREFIX= yes
1999-03-01 10:47:15 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11d-config
do-install:
1999-03-01 10:47:15 +00:00
${INSTALL_PROGRAM} ${WRKSRC}/src/xwhois ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/xwhois
${MKDIR} ${PREFIX}/share/xwhois/pixmaps
1999-03-01 10:47:15 +00:00
${INSTALL_DATA} ${WRKSRC}/docs/xwhois.servers ${PREFIX}/share/xwhois
${INSTALL_DATA} ${WRKSRC}/docs/xwhois.xpm ${PREFIX}/share/xwhois/pixmaps
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/xwhois
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xwhois
1999-03-01 10:47:15 +00:00
${INSTALL_DATA} ${WRKSRC}/docs/TODO ${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>