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