openbsd-ports/textproc/pinfo/Makefile

24 lines
582 B
Makefile
Raw Normal View History

2004-08-10 04:46:49 -04:00
# $OpenBSD: Makefile,v 1.2 2004/08/10 08:46:50 xsa Exp $
2003-07-08 12:23:47 -04:00
COMMENT="info viewer"
MAINTAINER=Marc Espie <espie@openbsd.org>
DISTNAME=pinfo-0.6.7
CATEGORIES=textproc devel
# original distsite is currently unavailable
MASTER_SITES=ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
# GPL
PERMIT_DISTFILES_FTP=Yes
PERMIT_DISTFILES_CDROM=Yes
PERMIT_PACKAGE_FTP=Yes
PERMIT_PACKAGE_CDROM=Yes
CONFIGURE_STYLE=autoconf
AUTOCONF_VERSION=2.13
#CONFIGURE_ARGS+=--disable-nls
2004-08-10 04:46:49 -04:00
MODULES=devel/gettext
2003-07-08 12:23:47 -04:00
CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>