pkgsrc-wip/pfe/Makefile
Aleksej Saushev 07a91f60a8 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-05 11:12:49 +00:00

25 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/10/05 11:12:55 asau Exp $
DISTNAME= pfe-0.33.71
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfe/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://pfe.sourceforge.net/
COMMENT= Portable FORTH Environment
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-regs
USE_TOOLS+= perl pkg-config
MAKE_JOBS_SAFE= no
BUILD_TARGET= all mans docs
INSTALL_TARGET= install install-mans install-docs
TEST_TARGET= tests
BUILD_DEPENDS= xmlto-[0-9]*:../../textproc/xmlto # documentation
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"