1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/misc/libh/Makefile
Edwin Groothuis e308ff24e6 fix fetch target for misc/libh
For some unknown reason, the fetch broke on libh. I think
	it might be because some CVS access broke and also because
	the port still depends on CVS, which is idiotic since
	tarballs have been available for a while now.

PR:		ports/56357
Submitted by:	The Anarcat <anarcat@anarcat.ath.cx>
2003-09-03 22:58:15 +00:00

33 lines
815 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
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>