30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2017/01/19 18:52:29 agc Exp $
|
|
|
|
VERS= 6129
|
|
PKGREVISION= 13
|
|
DISTNAME= fltk-2.0.x-r${VERS}
|
|
PKGNAME= fltk2-2.0pre${VERS}
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://ftp.easysw.com/pub/fltk/snapshots/
|
|
MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/snapshots/
|
|
MASTER_SITES+= ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/snapshots/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.fltk.org/
|
|
COMMENT= Fast Light Tool Kit for graphical user interfaces
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
TEST_TARGET= test
|
|
|
|
PTHREAD_OPTS+= require
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-threads
|
|
CONFIGURE_ARGS+= ac_cv_have_overlay=yes
|
|
LDFLAGS+= -lfontconfig -lXrender -lfreetype
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libXi/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|