2000-07-20 10:09:31 +02:00
|
|
|
# New ports collection makefile for: grm
|
2000-11-01 16:51:11 +01:00
|
|
|
# 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
|
2000-10-23 10:28:40 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-07-20 10:09:31 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A NNTP client for Gnome
|
2000-07-20 10:09:31 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
2003-08-01 20:30:46 +02:00
|
|
|
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"
|
|
|
|
|
2003-08-01 20:30:46 +02:00
|
|
|
.include <bsd.port.mk>
|