7b4709677e
- convert spaces to tabs (pkglint --autofix) - set, not append to USE_LANGUAGES
32 lines
976 B
Makefile
32 lines
976 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/10/29 08:32:53 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= pointless-0.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pointless/}
|
|
|
|
MAINTAINER= pih@xbase.dk
|
|
HOMEPAGE= http://pointless.sourceforge.net/
|
|
COMMENT= Markup-language presentation tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
DEPENDS+= a2ps>=4.1:../../print/a2ps
|
|
DEPENDS+= pdflib>=4.0.3:../../print/pdflib
|
|
DEPENDS+= plotutils>=2.4.1:../../graphics/plotutils
|
|
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
|
|
DEPENDS+= freetype2>=2.1:../../graphics/freetype2
|
|
DEPENDS+= Mesa>=6.0:../../graphics/Mesa
|
|
DEPENDS+= ghostscript-gnu>=7.0:../../print/ghostscript-gnu
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
INSTALL_TARGET= ${INSTALL} install-modules
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../lang/python22/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/tex.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|