com_err: add TODO entry -- installed file contains references to build dir. libuuid: add patch so that binary finds shlibs. e2fsprogs: many fixes to make compile on NetBSD; compile_et doesn't like --build-dir (because that changes path to point to com_err's build dir); add dependency on gettext since the .po files use msginit; add missing program and locale files to PLIST (also there on Linux?). Use COMPILE_DIRS and INSTALL_TARGETS et al. instead of adding post-* or do-* targets.
21 lines
603 B
Makefile
21 lines
603 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2004/05/12 12:39:44 thomasklausner Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
COM_ERR_BUILDLINK3_MK:= ${COM_ERR_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= com_err
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ncom_err}
|
|
BUILDLINK_PACKAGES+= com_err
|
|
|
|
.if !empty(COM_ERR_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.com_err+= com_err>=1.35
|
|
BUILDLINK_PKGSRCDIR.com_err?= ../../wip/com_err
|
|
|
|
BUILDLINK_FILES.com_err+= share/et/*
|
|
BUILDLINK_PASSTHRU_DIRS= ${LOCALBASE}/share/et
|
|
.endif # COM_ERR_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|