mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
97427de59c
Take this opportunity to add the WWW site and sort a section of the Makefile. PR: ports/176394 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
31 lines
720 B
Makefile
31 lines
720 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= manedit
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://wolfsinger.com/~wolfpack/packages/
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= A UNIX manual page editor and viewer
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
|
|
|
MAKEFILE= Makefile.FreeBSD
|
|
MAKE_JOBS_SAFE= yes
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gtk12
|
|
|
|
MAN1= manedit.1
|
|
|
|
pre-configure:
|
|
@${CP} ${FILESDIR}/mntent* ${WRKSRC}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/-o $$(BIN)/s/(CC)/(CXX)/' ${WRKSRC}/${MAKEFILE}
|
|
@${REINPLACE_CMD} -e '/^MAN/s/.bz2//' ${WRKSRC}/Makefile.install.FreeBSD
|
|
@${REINPLACE_CMD} -e '/^SRC_C =/s//& mntent_compat.c/' \
|
|
${WRKSRC}/Makefile.srclist
|
|
|
|
.include <bsd.port.mk>
|