2002-07-01 16:34:53 +02:00
|
|
|
# New ports collection makefile for: irc/lostirc
|
|
|
|
# Date created: 01 Jul 2002
|
|
|
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lostirc
|
2005-06-10 09:57:38 +02:00
|
|
|
PORTVERSION= 0.4.6
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 1
|
2002-07-01 16:34:53 +02:00
|
|
|
CATEGORIES= irc
|
2004-02-10 22:49:03 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
|
|
http://demian.dyndns.org/src/
|
2002-07-01 16:34:53 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-12-12 15:49:37 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-07 15:46:12 +01:00
|
|
|
COMMENT= A simple and minimal IRC client for X
|
2002-07-01 16:34:53 +02:00
|
|
|
|
2005-03-07 15:46:12 +01:00
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
2002-07-01 16:34:53 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2005-03-07 15:46:12 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget
|
|
|
|
USE_GCC= 3.4
|
2003-01-18 19:43:02 +01:00
|
|
|
USE_REINPLACE= yes
|
2005-03-07 15:46:12 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-01-11 23:50:33 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --disable-kde
|
2002-07-01 16:34:53 +02:00
|
|
|
|
2005-03-07 15:46:12 +01:00
|
|
|
MAN1= lostirc.1
|
2003-01-18 19:43:02 +01:00
|
|
|
|
2002-07-01 16:34:53 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2005-03-07 15:46:12 +01:00
|
|
|
.for file in AUTHORS ChangeLog TODO README INSTALL
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
2002-07-01 16:34:53 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2005-03-07 15:46:12 +01:00
|
|
|
.include <bsd.port.mk>
|