freebsd-ports/news/grn/Makefile

29 lines
634 B
Makefile
Raw Normal View History

2000-07-20 10:09:31 +02:00
# New ports collection makefile for: grm
# Date created: 20 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
2000-07-20 10:09:31 +02:00
#
# $FreeBSD$
#
PORTNAME= grn
2001-02-05 16:47:59 +01:00
PORTVERSION= 0.0.28
2000-07-20 10:09:31 +02:00
CATEGORIES= news gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2000-07-20 10:09:31 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A NNTP client for Gnome
2000-07-20 10:09:31 +02:00
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_PERL5= yes
USE_GNOME= gnomehack gnomelibs gnomeprefix
2000-07-20 10:09:31 +02:00
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure libmutt/configure
CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>