to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
33 lines
834 B
Makefile
33 lines
834 B
Makefile
# $NetBSD: Makefile,v 1.30 2013/06/03 10:04:54 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gpsim-20050905
|
|
PKGREVISION= 21
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= http://gpsim.sourceforge.net/
|
|
COMMENT= PIC emulator with X interface
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_TOOLS+= bison gmake lex pkg-config
|
|
USE_LIBTOOL= YES
|
|
|
|
GCC_REQD+= 3.0
|
|
|
|
USE_GNU_READLINE= YES
|
|
# rl_callback_read_char, rl_copy_text,
|
|
# rl_callback_handler_remove, rl_forced_update_display,
|
|
# rl_callback_handler_install
|
|
|
|
CONFLICTS= eXdbm-[0-9]* gpsim-[0-9]*
|
|
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/gtk2+extra/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|