aboutsummaryrefslogtreecommitdiff
path: root/print/linux-c7-freetype/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/linux-c7-freetype/Makefile')
-rw-r--r--print/linux-c7-freetype/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/print/linux-c7-freetype/Makefile b/print/linux-c7-freetype/Makefile
new file mode 100644
index 000000000000..a76422c3ad1a
--- /dev/null
+++ b/print/linux-c7-freetype/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= freetype
+PORTVERSION= 2.8
+CATEGORIES= print linux
+
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= Font rendering engine (Linux CentOS ${LINUX_DIST_VER})
+
+DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr
+RPMVERSION= 12.el7
+USES= linux:c7
+USE_LDCONFIG= yes
+USE_LINUX= png
+USE_LINUX_RPM= yes
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.mk>