mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
92103d6d5c
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# New ports collection makefile for: xchat
|
|
# Version required: 0.9.5
|
|
# Date created: 17 Nov 1998
|
|
# Whom: Jim Mock <jim@phrantic.phear.net>
|
|
#
|
|
# $Id: Makefile,v 1.10 1999/05/09 16:57:20 steve Exp $
|
|
#
|
|
|
|
DISTNAME= xchat-0.9.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
|
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
|
http://www.spyda.co.za/pub/linux/x11/irc/xchat/
|
|
|
|
MAINTAINER= jim@phrantic.phear.net
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-gnome
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/xchat
|
|
.if !defined(NOPORTDOCS)
|
|
@${ECHO} " "
|
|
@${ECHO} "--------------------------------------------------------"
|
|
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
|
@${ECHO} "--------------------------------------------------------"
|
|
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|