freebsd-ports/x11/yelp/Makefile

39 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: yelp
# Date created: 18 May 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yelp
2002-09-06 21:45:33 +02:00
PORTVERSION= 1.0.6
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \
gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
USE_BZIP2= yes
USE_X_PREFIX= yes
2002-06-26 11:18:37 +02:00
USE_REINPLACE= yes
2002-08-07 21:56:15 +02:00
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
2002-09-06 21:45:33 +02:00
MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
2002-08-07 21:56:15 +02:00
post-patch:
2002-06-26 11:18:37 +02:00
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
2002-06-26 11:18:37 +02:00
@${REINPLACE_CMD} -e 's|\@prefix\@/share|\@datadir\@|g' \
2002-06-12 02:18:21 +02:00
${WRKSRC}/stylesheets/docbook/catalog.in
.include <bsd.port.mk>