freebsd-ports/editors/manedit/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
694 B
Makefile

# New ports collection makefile for: manedit
# Date created: 9 February 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= manedit
PORTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://wolfpack.twu.net/users/wolfpack/
MAINTAINER= garga@FreeBSD.org
COMMENT= A UNIX manual page editor and viewer
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_BZIP2= yes
USE_GNOME= gtk12
MAKEFILE= Makefile.FreeBSD
MAN1= manedit.1
pre-configure:
@${CP} ${FILESDIR}/mntent* ${WRKSRC}
post-patch:
@${REINPLACE_CMD} -E 's,(viewerfio.c),\1 mntent_compat.c,; \
s,(viewerfio.h),\1 mntent.h,' \
${WRKSRC}/Makefile.srclist
.include <bsd.port.mk>