openbsd-ports/net/licq/Makefile

21 lines
404 B
Makefile
Raw Normal View History

1999-03-28 21:00:00 -05:00
# $OpenBSD: Makefile,v 1.3 1999/03/29 02:00:00 jasoni Exp $
1998-11-10 03:48:59 -05:00
#
1999-03-28 21:00:00 -05:00
DISTNAME= licq-0.61
1998-11-10 03:48:59 -05:00
CATEGORIES= net
1999-03-28 21:00:00 -05:00
MASTER_SITES= http://licq.wibble.net/
1998-11-10 03:48:59 -05:00
MAINTAINER= form@openbsd.org
1999-03-28 21:00:00 -05:00
LIB_DEPENDS= qt:${PORTSDIR}/x11/qt
1998-11-10 03:48:59 -05:00
1999-03-28 21:00:00 -05:00
CONFIGURE_ENV+= QT_MOC=/usr/X11R6/bin/moc
1998-11-10 03:48:59 -05:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
1998-12-10 01:16:35 -05:00
do-configure:
@cd ${WRKSRC}; env INSTALL="/usr/bin/install" \
sh ./configure --prefix=${PREFIX}
1998-11-10 03:48:59 -05:00
.include <bsd.port.mk>