freebsd-ports/misc/libh/Makefile
Mark Linimon 46d1d59c74 Mark as broken. Maintainer reports some kind of underlying problematic
change in 4.x, and a header change in 5.x.  Right now he's not able to
chase them due to hardware problems.  (Anyone want to loan the Anarcat
a system?)
2003-10-27 07:39:29 +00:00

34 lines
876 B
Makefile

# New ports collection makefile for: lib
# Date Created: 19 September 2000
# Whom: nra
#
# $FreeBSD$
#
PORTNAME= libh
PORTVERSION= 0.2.2
CATEGORIES= misc
MASTER_SITES= http://rtp.freebsd.org/~libh/distfiles/
MAINTAINER= anarcat@anarcat.ath.cx
COMMENT= FreeBSD's next-generation sysinstall/package management tool
BROKEN= "fails to compile due to recent changes elsewhere"
LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \
tvision.0:${PORTSDIR}/devel/tvision
BUILD_DEPENDS= ${X11BASE}/lib/libqt2.a:${PORTSDIR}/x11-toolkits/qt2-static
USE_QT_VER= 2
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
# until we find a way of including ${WRKSRC}/${PORTNAME}/Makefile.uitype
# only after "extract"
UITYPE?= text+graphics
do-build:
(cd ${BUILD_WRKSRC}; ${MAKE} ${MAKE_ARGS} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} UITYPE=${UITYPE})
.include <bsd.port.mk>