c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
31 lines
966 B
Makefile
31 lines
966 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/10/03 00:18:16 tv Exp $
|
|
#
|
|
|
|
DISTNAME= vifm-0.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vifm/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://vifm.sourceforge.net/
|
|
COMMENT= Ncurses based file manager with vi like keybindings
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
|
|
INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*
|
|
|
|
pre-configure:
|
|
@${SED} -e "s/cfg.use_screen = 0/cfg.use_screen = 1/" \
|
|
-e "s,/usr/local,${PREFIX},g" \
|
|
${WRKSRC}/src/config.c > ${WRKSRC}/src/config.c.new && \
|
|
${MV} ${WRKSRC}/src/config.c.new ${WRKSRC}/src/config.c
|
|
@${SED} -e "s/USE_SCREEN=0/USE_SCREEN=1/" \
|
|
${WRKSRC}/src/vifmrc0.1 > ${WRKSRC}/src/vifmrc0.1.new && \
|
|
${MV} ${WRKSRC}/src/vifmrc0.1.new ${WRKSRC}/src/vifmrc0.1
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|