c141d0f8ee
- fix HOMEPAGE, and MASTER_SITES maintainer away until June 2011. tweak & ok sthen@
39 lines
797 B
Makefile
39 lines
797 B
Makefile
# $OpenBSD: Makefile,v 1.8 2009/08/12 10:03:23 martynas Exp $
|
|
|
|
COMMENT= Scalable PostScript fonts for MetaFont
|
|
|
|
CATEGORIES= print
|
|
DISTNAME= mftrace-1.2.15
|
|
|
|
HOMEPAGE= http://lilypond.org/mftrace/
|
|
|
|
MAINTAINER= Matt Jibson <dolmant@gmail.com>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MASTER_SITES= http://lilypond.org/download/sources/mftrace/
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= lang/python
|
|
|
|
BUILD_DEPENDS= :potrace-*:graphics/potrace
|
|
RUN_DEPENDS= :potrace-*:graphics/potrace \
|
|
:t1utils-*:print/t1utils \
|
|
:fontforge-*:print/fontforge \
|
|
::print/texlive/base
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= PYTHON=${MODPY_BIN}
|
|
MAKE_FILE= GNUmakefile
|
|
FAKE_FLAGS= MODPY_SITEPKG=${MODPY_SITEPKG}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|