aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c6-png/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/linux-c6-png/Makefile')
-rw-r--r--graphics/linux-c6-png/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/linux-c6-png/Makefile b/graphics/linux-c6-png/Makefile
deleted file mode 100644
index 2112da57f650..000000000000
--- a/graphics/linux-c6-png/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
-# $FreeBSD$
-
-PORTNAME= libpng
-PORTVERSION= 1.2.49
-DISTVERSIONSUFFIX= -2.el6_7
-PORTREVISION= 5
-CATEGORIES= graphics linux
-
-MAINTAINER= emulation@FreeBSD.org
-COMMENT= Library for manipulating PNG images (Linux CentOS ${LINUX_DIST_VER})
-
-USES= linux:c6
-USE_LDCONFIG= yes
-USE_LINUX_RPM= yes
-
-DESCR= ${.CURDIR}/../png/pkg-descr
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.mk>