aboutsummaryrefslogtreecommitdiffstats
path: root/news/grn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/grn/Makefile')
-rw-r--r--news/grn/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/news/grn/Makefile b/news/grn/Makefile
deleted file mode 100644
index e53949c7be3d..000000000000
--- a/news/grn/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-
-NO_STAGE= yes
-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>