1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/news/grn/Makefile

35 lines
821 B
Makefile
Raw Normal View History

2000-07-20 08:09:31 +00:00
# New ports collection makefile for: grm
# 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
PORTREVISION= 1
2000-07-20 08:09:31 +00:00
CATEGORIES= news gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2000-07-20 08:09:31 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A NNTP client for Gnome
2000-07-20 08:09:31 +00:00
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_PERL5= yes
USE_GNOME= gnomehack gnomelibs gnomeprefix
2000-07-20 08:09:31 +00:00
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_REINPLACE= 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"
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure ${WRKSRC}/libmutt/configure
.include <bsd.port.mk>