View | Details | Raw Unified | Return to bug 176394
Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 9-20 Link Here
9
MAINTAINER=	johans@FreeBSD.org
9
MAINTAINER=	johans@FreeBSD.org
10
COMMENT=	A UNIX manual page editor and viewer
10
COMMENT=	A UNIX manual page editor and viewer
11
11
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKDIR}/${DISTNAME}/LICENSE
14
12
WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
15
WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
13
16
17
MAKEFILE=	Makefile.FreeBSD
18
MAKE_JOBS_SAFE=	yes
14
USE_BZIP2=	yes
19
USE_BZIP2=	yes
15
MAKE_JOBS_SAFE=	yes
16
USE_GNOME=	gtk12
20
USE_GNOME=	gtk12
17
MAKEFILE=	Makefile.FreeBSD
18
21
19
MAN1=		manedit.1
22
MAN1=		manedit.1
20
23
(-)pkg-descr (-4 / +7 lines)
Lines 1-4 Link Here
1
ManEdit is a UNIX manual page editor and viewer. It can be used as a direct
1
The ManEdit UNIX Manual Page Editor is an editor specifically tailored for UNIX
2
editor for UNIX manual pages (with no manual conversion steps involved) or
2
manual pages. It has a preview viewer, uses the manual page XML format for easy
3
a viewer/browser. ManEdit uses the GTK+ widget set and requires the X Window
3
editing, and comes with a tutorial and reference guide. It uses the GTK+ widget
4
Systems.
4
set and features syntax highlighting, a complete drag and drop system for easy
5
viewing and editing, a crash recovery system, and sample manual page templates.
6
7
WWW: http://freecode.com/projects/manedit

Return to bug 176394