summaryrefslogtreecommitdiff
path: root/graphics/fnlib/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-06-24 16:15:12 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-06-24 16:15:12 +0000
commit1cdd4a2299fcfc41fd94ca01b7bf86d745547d4f (patch)
treedf6737855afb519344e4fc353f87a4da8c17155b /graphics/fnlib/Makefile
parentUpgrade to 0.6.2. (diff)
Font library, it required by Enlightenment 0.14.
PR: ports/7036 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Notes
Notes: svn path=/head/; revision=11513
Diffstat (limited to 'graphics/fnlib/Makefile')
-rw-r--r--graphics/fnlib/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile
new file mode 100644
index 000000000000..d0dc5edb42b6
--- /dev/null
+++ b/graphics/fnlib/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: fnlib
+# Version required: 0.2
+# Date created: 23 June 1997
+# Whom: brett@peloton.physics.montana.edu
+#
+# $Id $
+#
+
+DISTNAME= fnlib_DR-0.2
+PKGNAME= fnlib-0.2
+CATEGORIES= graphics
+MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/libs/fnlib/
+
+MAINTAINER= ports@freebsd.org
+
+LIB_DEPENDS= Imlib\\.1\\.6:${PORTSDIR}/graphics/imlib
+
+USE_X11= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/fnlib
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>