ports/shells/wcd/Makefile
Robert Clausecker ae833d4377 */*: drop maintainership of various ports
Maintainer requests to be relieved of maintainership of some of his
ports due to lack of time.

Approved by:	Clockwork6400@protonmail.com (maintainer, via IRC)
2024-11-14 09:41:03 +01:00

35 lines
703 B
Makefile

PORTNAME= wcd
DISTVERSION= 6.0.5
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line program to change directory fast
WWW= http://wcd.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/copying.txt
USES= gmake ncurses
MAKE_ARGS= docsubdir=${PORTNAME} \
EXT= \
LIB_CURSES=-l${NCURSES_IMPL} \
mandir=${PREFIX}/share/man \
PREFIX=${PREFIX}
CFLAGS+= -I${NCURSESINC}
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_MAKE_ARGS_OFF= ENABLE_NLS=
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/src/Makefile
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wcd
.include <bsd.port.mk>