freebsd-ports/editors/vile/Makefile

57 lines
1.3 KiB
Makefile
Raw Normal View History

# Created by: pgf
1999-08-25 07:57:29 +02:00
# $FreeBSD$
2000-04-14 02:25:54 +02:00
PORTNAME= vile
PORTVERSION= 9.8m
CATEGORIES= editors
MASTER_SITES= ftp://dickey.his.com/vile/current/ \
ftp://invisible-island.net/vile/current/ \
http://invisible-mirror.net/archives/vile/current/
PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g}
PATCHFILES= # none
2003-10-09 11:54:54 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= VI Like Emacs -- console version
LICENSE= GPLv2
1995-04-24 05:38:32 +02:00
BUILD_DEPENDS= reflex:${PORTSDIR}/textproc/reflex
2007-05-29 18:55:40 +02:00
USES= pkgconfig shebangfix tar:tgz
SHEBANG_FILES= perl/vileget
GNU_CONFIGURE= yes
CONFIGURE_ENV= cf_cv_crypt_works=yes
MAKEFILE= makefile
INSTALL_TARGET= install install-doc install-html
CONFLICTS_INSTALL= xvile-[0-9]*
OPTIONS_DEFINE= DOCS FILTERS ICONV PERL
OPTIONS_SUB= yes
FILTERS_DESC= Loadable filters
FILTERS_CONFIGURE_WITH= loadable-filters
ICONV_USES= iconv
ICONV_CONFIGURE_ON= --with-iconv ${ICONV_CONFIGURE_ARG}
ICONV_CONFIGURE_OFF= --without-iconv --without-locale
PERL_USES= perl5
PERL_CONFIGURE_WITH= perl
2013-01-06 15:23:24 +01:00
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFILTERS}
PLIST_SUB+= SO_EXT=".so"
.else
PLIST_SUB+= SO_EXT=""
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|$$(datadir)/doc|@datadir@/doc/vile| ; \
s|$$(datadir)/html|$$(docdir)/html| ; \
s|\($$(DOCDIR)\) \($$(MANDIR)\)|\1 $$(HTMLDIR) \2|' \
${WRKSRC}/makefile.in
1997-09-06 21:55:22 +02:00
2013-01-06 15:23:24 +01:00
.include <bsd.port.mk>