aboutsummaryrefslogtreecommitdiff
path: root/misc/libh/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-08 06:09:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-08 06:09:03 +0000
commitff996e3290b7ab3151081d01804af3332348c2c9 (patch)
tree201390a424bfd7471fe1731b369afe0398e0c7f0 /misc/libh/Makefile
parentc56ddf9af14ae2f63475816de7f36a561e29b951 (diff)
downloadports-ff996e3290b7ab3151081d01804af3332348c2c9.tar.gz
ports-ff996e3290b7ab3151081d01804af3332348c2c9.zip
Notes
Diffstat (limited to 'misc/libh/Makefile')
-rw-r--r--misc/libh/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/misc/libh/Makefile b/misc/libh/Makefile
deleted file mode 100644
index 985bf19661ae..000000000000
--- a/misc/libh/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2004-04-22
-
-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>