freebsd-ports/editors/manedit/Makefile
Renato Botelho 41a21bcc72 - Update to 0.7.1
- Take Maintainership
2006-09-02 15:57:58 +00:00

27 lines
532 B
Makefile

# New ports collection makefile for: manedit
# Date created: 9 February 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= manedit
PORTVERSION= 0.7.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}
.include <bsd.port.mk>