2000-07-20 08:09:31 +00:00
|
|
|
# New ports collection makefile for: grm
|
2000-11-01 15:51:11 +00:00
|
|
|
# Date created: 20 July 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-07-20 08:09:31 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= grn
|
2001-02-05 15:47:59 +00:00
|
|
|
PORTVERSION= 0.0.28
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 8
|
2000-07-20 08:09:31 +00:00
|
|
|
CATEGORIES= news gnome
|
2009-08-22 00:32:25 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/pre-${PORTVERSION}
|
2000-07-20 08:09:31 +00:00
|
|
|
|
2003-07-29 09:12:37 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A NNTP client for Gnome
|
2000-07-20 08:09:31 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2003-08-01 18:30:46 +00:00
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GNOME= gnomehack gnomelibs gnomeprefix
|
2000-07-20 08:09:31 +00:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-07-20 08:09:31 +00:00
|
|
|
LIBTOOLFILES= configure libmutt/configure
|
|
|
|
CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2005-06-03 20:18:13 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure ${WRKSRC}/libmutt/configure
|
|
|
|
|
2007-12-22 00:08:36 +00:00
|
|
|
.include <bsd.port.mk>
|