2013-02-16 12:18:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.38 2013/02/16 11:21:04 wiz Exp $
|
2001-04-27 16:43:55 +02:00
|
|
|
#
|
|
|
|
|
2006-06-04 08:14:11 +02:00
|
|
|
DISTNAME= gpsim-0.21.11
|
2013-02-16 12:18:58 +01:00
|
|
|
PKGREVISION= 16
|
2001-04-27 16:43:55 +02:00
|
|
|
CATEGORIES= emulators
|
2006-06-04 08:14:11 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsim/}
|
2001-04-27 16:43:55 +02:00
|
|
|
|
|
|
|
MAINTAINER= snoonan@tbearsiberians.com
|
2011-12-19 16:53:38 +01:00
|
|
|
HOMEPAGE= http://gpsim.sourceforge.net/
|
2001-04-27 16:43:55 +02:00
|
|
|
COMMENT= PIC emulator with X interface
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2004-04-27 00:34:17 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2001-04-27 16:43:55 +02:00
|
|
|
|
2006-06-11 16:08:28 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
2001-04-27 16:43:55 +02:00
|
|
|
USE_LIBTOOL= YES
|
2006-06-04 08:14:11 +02:00
|
|
|
USE_GNU_READLINE= YES
|
2003-05-02 15:33:03 +02:00
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
INSTALLATION_DIRS= share/doc/gpsim
|
|
|
|
|
2006-06-04 08:14:11 +02:00
|
|
|
post-install:
|
2008-06-20 03:09:05 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/gpsim.pdf ${DESTDIR}${PREFIX}/share/doc/gpsim
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/gpsim.ps ${DESTDIR}${PREFIX}/share/doc/gpsim
|
2004-04-26 23:50:24 +02:00
|
|
|
|
2004-04-27 00:34:17 +02:00
|
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
2012-05-10 08:52:44 +02:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2006-06-04 08:14:11 +02:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2+extra/buildlink3.mk"
|
2001-04-27 16:43:55 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|