1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/editors/manedit/Makefile
Pav Lucistnik c28a91dd92 - Update to 0.5.11
PR:		ports/65714
Submitted by:	Ports Fury
2004-04-18 16:11:38 +00:00

29 lines
551 B
Makefile

# New ports collection makefile for: manedit
# Date created: 9 February 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= manedit
PORTVERSION= 0.5.11
CATEGORIES= editors
MASTER_SITES= http://wolfpack.twu.net/users/wolfpack/
MAINTAINER= ports@FreeBSD.org
COMMENT= A UNIX manual page editor and viewer
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
MAKEFILE= Makefile.FreeBSD
MAN1= manedit.1
pre-configure:
${CP} ${FILESDIR}/mntent* ${WRKSRC}
.include <bsd.port.mk>