summaryrefslogblamecommitdiff
path: root/editors/manedit/Makefile
blob: ec0c813924f44ae3c6b5d74f5563e1a829f2b8c1 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                           
                      
                       
                                                       
 
                                 
                                                    


                                                 
                   
                   
                     
                                


                         

                                           
 
                      
# New ports collection makefile for:	manedit
# Date created:				9 February 2001
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	manedit
PORTVERSION=	0.5.12
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>