pkgsrc-wip/fltk2/Makefile
Sergey Svishchev 4f46d1157a Delint:
- add or fix RCS ids
- fix permission problems (USE_TOOLS etc.)
- fix MESSAGE, DESCR, COMMENT problems
- other minor tweaks (all reported by pkglint -Wall)
2006-10-29 11:23:06 +00:00

29 lines
844 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/10/29 11:23:08 shattered Exp $
DISTNAME= fltk-2.0.x-r${FLTK_VERSION}
PKGNAME= fltk2-${FLTK_VERSION}
CATEGORIES= x11
MASTER_SITES= http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/snapshots/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= milos.negovanovic@googlemail.com
HOMEPAGE= http://www.fltk.org/
COMMENT= Fast Light Tool Kit for GUI, development branch
FLTK_VERSION= 5425
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_LIBTOOL= yes
PTHREAD_OPTS+= require
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-threads
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"