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
31 lines
853 B
Makefile
31 lines
853 B
Makefile
# $NetBSD: Makefile,v 1.39 2013/06/03 10:04:54 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gpsim-0.21.11
|
|
PKGREVISION= 17
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsim/}
|
|
|
|
MAINTAINER= snoonan@tbearsiberians.com
|
|
HOMEPAGE= http://gpsim.sourceforge.net/
|
|
COMMENT= PIC emulator with X interface
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= YES
|
|
USE_GNU_READLINE= YES
|
|
|
|
INSTALLATION_DIRS= share/doc/gpsim
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/gpsim.pdf ${DESTDIR}${PREFIX}/share/doc/gpsim
|
|
${INSTALL_DATA} ${WRKSRC}/doc/gpsim.ps ${DESTDIR}${PREFIX}/share/doc/gpsim
|
|
|
|
.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"
|