freebsd-ports/misc/pinfo/Makefile

36 lines
743 B
Makefile
Raw Normal View History

# New ports collection makefile for: pinfo
# Date created: 19 May 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= pinfo
PORTVERSION= 0.6.9
PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= http://alioth.debian.org/frs/download.php/1502/
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Ncurses based, lynx style info documentation browser
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-readline \
--with-localedir=${PREFIX}/share/locale
2004-03-25 13:07:44 +01:00
MAN1= pinfo.1
INFO= pinfo
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.include <bsd.port.mk>