diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 15:40:03 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 15:40:03 +0800 |
commit | b2e990fe7afe666c29c71e1c3ad8e07b64e34e0d (patch) | |
tree | 808fb892661f345121f60733aaa4319635ced74f /x11/yelp/Makefile | |
parent | 9248fa7aea1e7cbd4ce7caf1a050d7de376dfda9 (diff) | |
download | marcuscom-ports-b2e990fe7afe666c29c71e1c3ad8e07b64e34e0d.tar marcuscom-ports-b2e990fe7afe666c29c71e1c3ad8e07b64e34e0d.tar.gz marcuscom-ports-b2e990fe7afe666c29c71e1c3ad8e07b64e34e0d.tar.bz2 marcuscom-ports-b2e990fe7afe666c29c71e1c3ad8e07b64e34e0d.tar.lz marcuscom-ports-b2e990fe7afe666c29c71e1c3ad8e07b64e34e0d.tar.xz marcuscom-ports-b2e990fe7afe666c29c71e1c3ad8e07b64e34e0d.tar.zst marcuscom-ports-b2e990fe7afe666c29c71e1c3ad8e07b64e34e0d.zip |
Add yelp, version 2.3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@600 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r-- | x11/yelp/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile new file mode 100644 index 000000000..5e6458d21 --- /dev/null +++ b/x11/yelp/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: yelp +# Date created: 18 May 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD: ports/x11/yelp/Makefile,v 1.16 2003/03/07 06:36:20 ade Exp $ +# + +PORTNAME= yelp +PORTVERSION= 2.3.0 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A help browser for GNOME 2.0 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" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|\@prefix\@/share|\@datadir\@|g' \ + ${WRKSRC}/stylesheets/docbook/catalog.in + +.include <bsd.port.mk> |