c7383780db
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
19 lines
464 B
Makefile
19 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/08/18 07:31:19 wiz Exp $
|
|
|
|
PKGNAME= heirloom-pg-${HEIRLOOM_VER}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc print
|
|
|
|
MAKE_FLAGS+= SUBDIRS="build pg"
|
|
|
|
NEED_LIBUXRE= 1
|
|
NEED_LIBCURSES= 1
|
|
|
|
.include "../../sysutils/heirloom-doc/Makefile.common"
|
|
|
|
DESCR_SRC+= ${.CURDIR}/DESCR
|
|
|
|
.include "../../devel/heirloom-libcommon/buildlink3.mk"
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../devel/libuxre/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|