b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
30 lines
836 B
Makefile
30 lines
836 B
Makefile
# $NetBSD: Makefile,v 1.57 2020/01/18 23:30:50 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= gpsim-0.26.1
|
|
PKGREVISION= 12
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsim/}
|
|
|
|
MAINTAINER= snoonan@tbearsiberians.com
|
|
HOMEPAGE= https://gpsim.sourceforge.net/
|
|
COMMENT= PIC emulator with X interface
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++03
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= 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"
|