c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
30 lines
767 B
Makefile
30 lines
767 B
Makefile
# $NetBSD: Makefile,v 1.14 2004/10/03 00:14:40 tv Exp $
|
|
#
|
|
|
|
DISTNAME= gpsim-0.21.2
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK3= YES
|
|
USE_LANGUAGES= c c++
|
|
|
|
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
|
|
|
|
CONFLICTS= eXdbm-[0-9]*
|
|
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../x11/gtk+extra/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|