diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:03:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:03:42 +0800 |
commit | 2fba1a2d8eb914d118a18389a4efb30f38717605 (patch) | |
tree | 3b697eb12be964b6325828602df4493daa80cf64 /x11/yelp/Makefile | |
parent | b74e3cc636dc7243d7c67a3d8b5ca451be756d4c (diff) | |
download | marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.gz marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.bz2 marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.lz marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.xz marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.zst marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.zip |
Remove these ports now that they have been added into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1224 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r-- | x11/yelp/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile deleted file mode 100644 index 650b22d2e..000000000 --- a/x11/yelp/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: yelp -# Date created: 18 May 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= yelp -PORTVERSION= 2.4.0 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 -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> |