mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a74217e6d9
- Trim Makefile header
29 lines
684 B
Makefile
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>
|