diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-03 01:17:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-03 01:17:13 +0800 |
commit | 4335c3ff215b200de29597c675d968c399b71645 (patch) | |
tree | 9ad928798516011bb8550a1d432935c75ae933fc /x11/yelp/Makefile | |
parent | 3538b5b7d8974d535d16779b2c999f28230a8f87 (diff) | |
download | marcuscom-ports-4335c3ff215b200de29597c675d968c399b71645.tar.gz marcuscom-ports-4335c3ff215b200de29597c675d968c399b71645.tar.zst marcuscom-ports-4335c3ff215b200de29597c675d968c399b71645.zip |
Update to 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1388 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r-- | x11/yelp/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile new file mode 100644 index 000000000..ac7dc93c5 --- /dev/null +++ b/x11/yelp/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: yelp +# Date created: 18 May 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD: ports/x11/yelp/Makefile,v 1.26 2003/11/10 19:50:27 marcus Exp $ +# + +PORTNAME= yelp +PORTVERSION= 2.5.0 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A help browser for the GNOME 2 desktop + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" + +#post-patch: +# @${REINPLACE_CMD} -e 's|\@prefix\@/share|\@datadir\@|g' \ +# ${WRKSRC}/stylesheets/docbook/catalog.in + +.include <bsd.port.mk> |