pkgsrc/x11/fltk/Makefile
jlam e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00

34 lines
981 B
Makefile

# $NetBSD: Makefile,v 1.24 2002/08/25 18:40:29 jlam Exp $
#
DISTNAME= ${PKGNAME}-source
PKGNAME= fltk-1.0.11
VERS= ${PKGNAME:S/fltk-//}
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=FLTK/} \
ftp://ftp.fltk.org/pub/fltk/${VERS}/ \
ftp://ftp2.easysw.com/pub/fltk/${VERS}/ \
ftp://ftp.northamerica.net/pub/ESP/fltk/${VERS}/ \
ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/${VERS}/ \
ftp://ftp.kddlabs.co.jp/pub/lang/fltk/${VERS}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.fltk.org/
COMMENT= Fast Light Tool Kit for graphical user interfaces
USE_X11BASE= # defined
USE_GMAKE= # defined
USE_LIBTOOL= # defined
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-libtool=${PKGLIBTOOL}
test:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} test
.include "../../graphics/Mesa/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"