75f3498214
With feedback, help and fixes from both kili@ and espie@. ok kili@, "go ahead" espie@ (MAINTAINER)
37 lines
846 B
Makefile
37 lines
846 B
Makefile
# $OpenBSD: Makefile,v 1.5 2007/11/19 18:31:03 mgrimm Exp $
|
|
|
|
COMMENT= info viewer with lynx-style navigation
|
|
|
|
DISTNAME= pinfo-0.6.9
|
|
CATEGORIES= textproc devel
|
|
|
|
HOMEPAGE= https://alioth.debian.org/frs/?group_id=30592
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
MASTER_SITES= https://alioth.debian.org/frs/download.php/1502/ \
|
|
ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
|
|
|
|
# GPLv2
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c ncurses readline
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
MODULES+= devel/gettext
|
|
|
|
AUTOCONF_VERSION= 2.59
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
MAKE_FLAGS+= INTLLIBS='-L${LOCALBASE}/lib -lintl -liconv'
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pinfo
|
|
${INSTALL_DATA} ${WRKSRC}/src/pinforc \
|
|
${PREFIX}/share/examples/pinfo/
|
|
|
|
.include <bsd.port.mk>
|