pkgsrc/emulators/gpsim/Makefile
jlam ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00

29 lines
822 B
Makefile

# $NetBSD: Makefile,v 1.10 2004/02/14 17:21:39 jlam Exp $
#
DISTNAME= gpsim-0.20.7
PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://www.dattalo.com/gnupic/
MAINTAINER= snoonan@tbearsiberians.com
HOMEPAGE= http://www.dattalo.com/gnupic/gpsim.html
COMMENT= PIC emulator with X interface
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-exdbm=${BUILDLINK_PREFIX.eXdbm}
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
USE_GNU_READLINE= # rl_callback_read_char, rl_copy_text,
# rl_callback_handler_remove, rl_forced_update_display,
# rl_callback_handler_install
.include "../../devel/eXdbm/buildlink2.mk"
.include "../../devel/popt/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../x11/gtk+extra/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"