Initial bep file for fontforge, it's broken though.

This commit is contained in:
Scott McCreary
2011-02-03 00:43:03 +00:00
parent 46550df093
commit aa4a229279

View File

@@ -0,0 +1,23 @@
DESCRIPTION="Fontforge is an outline font editor."
HOMEPAGE="http://fontforge.sourceforge.net"
SRC_URI="http://download.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20100501.tar.bz2"
CHECKSUM_MD5="5f3d20d645ec1aa2b7b4876386df8717"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd fontforge-20100501
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd fontforge-20100501
make install
}
LICENSE="BSD (3-clause)"
#COPYRIGHT=""