diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-30 16:49:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-30 16:49:36 +0000 |
commit | aba7a3a58858795ea181387a755ed111b7fef02d (patch) | |
tree | cf9248429b2d6db6604aa6b8b62507c89d6ff98a /misc/gman/Makefile | |
parent | Update to version 0.06 (diff) |
add gman
G-man is a user-friendly graphical front end for the man system
Notes
Notes:
svn path=/head/; revision=40592
Diffstat (limited to 'misc/gman/Makefile')
-rw-r--r-- | misc/gman/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/gman/Makefile b/misc/gman/Makefile new file mode 100644 index 000000000000..bea9acea4176 --- /dev/null +++ b/misc/gman/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# New ports collection makefile for: gman +# Date created: Mar 30, 3001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gman +PORTVERSION= 0.9.0 +CATEGORIES= misc +MASTER_SITES= http://homex.coolconnect.com/user/xkwang/gman/ + +MAINTAINER= ijliao@FreeBSD.org + +RUN_DEPENDS= ghostview:${PORTSDIR}/print/ghostview + +USE_GTK= yes + +MAN1= gman.1x + +post-patch: + @${PERL} -pi -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/Makefile + +.include <bsd.port.mk> |