2000-01-31 21:45:55 +01:00
|
|
|
# New ports collection makefile for: rqm
|
|
|
|
# Date created: 30 January 2000
|
|
|
|
# Whom: fenner
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= rqm
|
|
|
|
PORTVERSION= 1.0.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2000-01-31 21:45:55 +01:00
|
|
|
CATEGORIES= mbone
|
|
|
|
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rqm/1.0.0/
|
|
|
|
|
2003-12-12 11:09:25 +01:00
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A graphical RTP quality monitor
|
2000-01-31 21:45:55 +01:00
|
|
|
|
2004-02-02 02:24:52 +01:00
|
|
|
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
2000-01-31 21:45:55 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libuclmmbase.a:${PORTSDIR}/devel/uclmmbase
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/rqm/
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ENV= PREFIX=${PREFIX} X11BASE=${LOCALBASE}
|
2000-01-31 21:45:55 +01:00
|
|
|
|
|
|
|
ALL_TARGET= rqm
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rqm ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/rqm
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rqm
|
|
|
|
.endif
|
|
|
|
|
2004-02-18 05:27:36 +01:00
|
|
|
.include <bsd.port.mk>
|