2002-07-01 14:34:53 +00:00
|
|
|
# New ports collection makefile for: irc/lostirc
|
|
|
|
# Date created: 01 Jul 2002
|
|
|
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lostirc
|
2003-01-18 18:43:02 +00:00
|
|
|
PORTVERSION= 0.2.5
|
2002-07-01 14:34:53 +00:00
|
|
|
CATEGORIES= irc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= rael@vectorstar.net
|
|
|
|
|
2003-01-18 18:43:02 +00:00
|
|
|
LIB_DEPENDS= gtkmm-2.0.2:${PORTSDIR}/x11-toolkits/gtk--2 \
|
|
|
|
intl.4:${PORTSDIR}/devel/gettext
|
2002-07-01 14:34:53 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-08-30 13:59:42 +00:00
|
|
|
USE_GNOMENG= yes
|
2003-01-18 18:43:02 +00:00
|
|
|
USE_GNOME= gnomehack
|
2002-07-01 14:34:53 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-01-18 18:43:02 +00:00
|
|
|
USE_REINPLACE= yes
|
2002-07-01 14:34:53 +00:00
|
|
|
|
|
|
|
MAN1= lostirc.1
|
|
|
|
|
|
|
|
DOCS= AUTHORS COPYING ChangeLog TODO README INSTALL
|
|
|
|
|
2003-01-18 18:43:02 +00:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -E "s@^(Gnomedir = ).*@\1${PREFIX}/share/gnome/apps/Internet@" ${WRKSRC}/Makefile.am
|
|
|
|
${REINPLACE_CMD} -E "s@(Gnomedir = ).*@\1${PREFIX}/share/gnome/apps/Internet@" ${WRKSRC}/Makefile.in
|
|
|
|
|
2002-07-01 14:34:53 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|