diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-01 19:52:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-01 19:52:00 +0000 |
commit | e2d4219b8c51c57e4c9953fd4566020d1cbe27be (patch) | |
tree | 8ceca6123d051f54c9f8d71a3699c5653f22c8b9 /sysutils/gnomefind/Makefile | |
parent | 47a21a54dded355a183053151eb0aa400170db5c (diff) |
Notes
Diffstat (limited to 'sysutils/gnomefind/Makefile')
-rw-r--r-- | sysutils/gnomefind/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sysutils/gnomefind/Makefile b/sysutils/gnomefind/Makefile deleted file mode 100644 index 2b2c3ba3ea52..000000000000 --- a/sysutils/gnomefind/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gnomefind -# Date created: 26 May 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomefind -PORTVERSION= 1.0.2 -PORTREVISION= 8 -CATEGORIES= sysutils gnome -MASTER_SITES= SF/gnome-find/gnome-find-stable/${PORTVERSION} -DISTNAME= gnome-find-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical version of the GNU "find" utility - -DEPRECATED= Abandoned upstream -EXPIRATION_DATE= 2011-05-01 - -USE_GNOME= gnomehack gnomeprefix libglade -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-lgnuregex -L${LOCALBASE}/lib" - -MAN1= gnome-find.1 - -.include <bsd.port.pre.mk> - -post-patch: - @${GREP} -lR "<regex\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<regex\.h>|<gnuregex.h>|g' -.if ${OSVERSION} >= 800023 - ${REINPLACE_CMD} -e "s,^int readlink,//int readlink," \ - ${WRKSRC}/src/listfile.c -.endif - -.include <bsd.port.post.mk> |