summaryrefslogtreecommitdiff
path: root/graphics/png12/buildlink3.mk
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/png12/buildlink3.mk')
-rw-r--r--graphics/png12/buildlink3.mk33
1 files changed, 0 insertions, 33 deletions
diff --git a/graphics/png12/buildlink3.mk b/graphics/png12/buildlink3.mk
deleted file mode 100644
index 76453bb6b68..00000000000
--- a/graphics/png12/buildlink3.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/07/31 17:48:16 jakllsch Exp $
-
-BUILDLINK_TREE+= png12
-
-.if !defined(PNG_BUILDLINK3_MK)
-PNG_BUILDLINK3_MK:=
-
-# XXX tv - remove this OPSYS block the next time ABI_DEPENDS is bumped:
-. include "../../mk/bsd.fast.prefs.mk"
-. if ${OPSYS} == "Interix"
-BUILDLINK_ABI_DEPENDS.png12+= png12>=1.2.14nb1 # fixes linkage bug
-. endif
-
-BUILDLINK_API_DEPENDS.png12+= png12>=1.2.4
-BUILDLINK_ABI_DEPENDS.png12+= png12>=1.2.9nb2
-BUILDLINK_PKGSRCDIR.png12?= ../../graphics/png12
-
-# keep this in sync with the same code in Makefile
-. if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "x86_64"
-CPPFLAGS+= -DPNG_NO_ASSEMBLER_CODE
-. endif
-
-# Work around broken libtool archive "/usr/X11/lib/libpng12.la" under
-# Mac OS 10.5.4 or newer which references a non-existing version of the
-# PNG shared library.
-.if !empty(MACHINE_PLATFORM:MDarwin-9.*-*)
-BUILDLINK_TRANSFORM+= rename:-lpng12.0.26.0:-lpng12
-.endif
-
-.include "../../devel/zlib/buildlink3.mk"
-.endif # PNG_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -png12