freebsd-ports/irc/ircatlite/Makefile

42 lines
880 B
Makefile
Raw Normal View History

# New ports collection makefile for: IRcatLite-r20000308
# Date Created: May 14 2000
# Whom: Yoshikazu GOTO <goto@snowy.to>
#
# $FreeBSD$
#
PORTNAME= ircatlite
PORTVERSION= 2000.03.08
CATEGORIES= irc
MASTER_SITES= http://www.pp.iij4u.or.jp/~tagami/gtk/
DISTNAME= IRcatLite-r20000308
MAINTAINER= goto@snowy.to
2003-02-21 13:17:17 +01:00
COMMENT= A GTK based 'Internet Relay Chat' Client
2003-05-18 14:25:40 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
2000-10-05 08:36:23 +02:00
USE_GTK= yes
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
DOCS= LICENSE INSTALL INSTALL.jp README README.jp
2000-08-26 22:18:42 +02:00
WRKSRC= ${WRKDIR}/IRcatLite
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ircat ${PREFIX}/bin/ircat
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/IRcatLite
.for file in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/IRcatLite
.endfor
.endif
2003-05-18 14:25:40 +02:00
.include <bsd.port.post.mk>