1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/xwhois/Makefile
Tilman Keskinoz 400df758c1 Unbreak by updating to 0.4.2
PR:		46114
Submitted by:	vpn.dssrg.curtin.edu.au Admin <root@vpn.dssrg.curtin.edu.au>
2002-12-09 09:50:26 +00:00

35 lines
986 B
Makefile

# New ports collection makefile for: xwhois
# Date created: 31 December 1998
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
#
# $FreeBSD$
#
PORTNAME= xwhois
PORTVERSION= 0.4.2
CATEGORIES= net
MASTER_SITES= http://c64.org/~nr/xwhois/dist/ \
ftp://sangis.kalix.net/pub/nr/xwhois/
MAINTAINER= billf@FreeBSD.org
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/xwhois ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/xwhois
${MKDIR} ${PREFIX}/share/xwhois/pixmaps
${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
${INSTALL_DATA} ${WRKSRC}/docs/TODO ${PREFIX}/share/doc/xwhois
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xwhois
.endif
.include <bsd.port.mk>