1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/news/grn/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

2000-07-20 08:09:31 +00:00
# New ports collection makefile for: grm
# Date created: 20 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
2000-07-20 08:09:31 +00:00
#
# $FreeBSD$
#
PORTNAME= grn
2001-02-05 15:47:59 +00:00
PORTVERSION= 0.0.28
2000-07-20 08:09:31 +00:00
CATEGORIES= news gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2000-07-20 08:09:31 +00:00
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A NNTP client for Gnome
2000-07-20 08:09:31 +00:00
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
2000-10-05 07:17:31 +00:00
USE_GNOME= yes
2000-07-20 08:09:31 +00:00
USE_LIBTOOL= yes
LIBTOOLFILES= configure libmutt/configure
CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2002-12-02 00:31:53 +00:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "Does not compile"
.endif
2000-10-05 07:17:31 +00:00
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
2000-10-05 07:17:31 +00:00
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
2002-12-02 00:31:53 +00:00
.include <bsd.port.post.mk>