1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/editors/manedit/Makefile
Mathieu Arnold e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00

38 lines
894 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= manedit
PORTVERSION= 1.2.1
PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://wolfsinger.com/~wolfpack/packages/
MAINTAINER= johans@FreeBSD.org
COMMENT= UNIX manual page editor and viewer
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
MAKEFILE= Makefile.FreeBSD
USES= alias tar:bzip2
USE_GNOME= gtk12
MAKE_ARGS= STAGEDIR="${STAGEDIR}"
pre-configure:
@${CP} ${FILESDIR}/mntent* ${WRKSRC}
post-patch:
@${REINPLACE_CMD} -e '/-o $$(BIN)/s/(CC)/(CXX)/' ${WRKSRC}/${MAKEFILE}
@${REINPLACE_CMD} -e '/^MAN/s/.bz2//' \
-e 's/(PREFIX)/(STAGEDIR)$$&/' \
-e '/@echo/s/^/#/' \
-e 's/-o root -g wheel//' \
${WRKSRC}/Makefile.install.FreeBSD
@${REINPLACE_CMD} -e '/^SRC_C =/s//& mntent_compat.c/' \
${WRKSRC}/Makefile.srclist
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/manedit
.include <bsd.port.mk>