summaryrefslogtreecommitdiff
path: root/graphics/compface
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-09 17:59:41 +0000
committerwiz <wiz>2002-10-09 17:59:41 +0000
commitc127adce177693221d6edb9043518e18bc37c5f2 (patch)
tree3a3db7da3a6b1cba947fdce80eb49f41b1f10122 /graphics/compface
parent74343d65139910f8a112986f0a15963facdecf63 (diff)
downloadpkgsrc-c127adce177693221d6edb9043518e18bc37c5f2.tar.gz
Unused.
Diffstat (limited to 'graphics/compface')
-rw-r--r--graphics/compface/buildlink.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/graphics/compface/buildlink.mk b/graphics/compface/buildlink.mk
deleted file mode 100644
index f45383b268c..00000000000
--- a/graphics/compface/buildlink.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.1.1.1 2002/07/19 01:13:52 hubertf Exp $
-#
-# This Makefile fragment is included by packages that use COMPFACE.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.compface to the dependency pattern
-# for the version of COMPFACE desired.
-# (2) Include this Makefile fragment in the package Makefile,
-# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
-# search path, and
-# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
-# path.
-
-.if !defined(COMPFACE_BUILDLINK_MK)
-COMPFACE_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.compface?= compface>=1.4
-DEPENDS+= ${BUILDLINK_DEPENDS.compface}:../../graphics/compface
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.compface=compface
-BUILDLINK_PREFIX.compface_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.compface+= include/compface.h
-BUILDLINK_FILES.compface+= lib/libcompface.*
-
-BUILDLINK_TARGETS.compface= compface-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.compface}
-
-pre-configure: ${BUILDLINK_TARGETS.compface}
-compface-buildlink: _BUILDLINK_USE
-
-.endif # COMPFACE_BUILDLINK_MK