1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/news/grn/Makefile
Andrej Zverev a74217e6d9 - Convert to new perl framework
- Trim Makefile header
2013-07-31 11:56:17 +00:00

29 lines
684 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= grn
PORTVERSION= 0.0.28
PORTREVISION= 9
CATEGORIES= news gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/pre-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A NNTP client for Gnome
USE_BZIP2= yes
USES= pathfix perl5
USE_GNOME= gnomelibs gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes
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>