diff options
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile deleted file mode 100644 index 5a58bb0d35cf..000000000000 --- a/textproc/glimpse/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: chuckr@FreeBSD.org -# $FreeBSD$ - -PORTNAME= glimpse -PORTVERSION= 4.13.1 -CATEGORIES= textproc databases -MASTER_SITES= LOCAL/beech - -MAINTAINER= ports@FreeBSD.org -COMMENT= Text search engine - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - -MAKE_JOBS_UNSAFE= yes - -OPTIONS_DEFINE= DOCS - -PORTDOCS= README COPYRIGHT - -USES= desthack -NO_CDROM= Restrictive copyright (do not sell for profit) -GNU_CONFIGURE= yes -CFLAGS+= -DISO_CHAR_SET=1 -D__STRICT_ANSI__ - -pre-configure: - @${CHMOD} a+x ${WRKSRC}/configure - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}/ - ${INSTALL_PROGRAM} ${WRKSRC}/index/wgconvert ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> |