openbsd-ports/net/licq/Makefile

17 lines
332 B
Makefile
Raw Normal View History

1999-03-28 22:32:41 -05:00
# $OpenBSD: Makefile,v 1.5 1999/03/29 03:32:41 brad Exp $
1999-03-28 21:11:21 -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
1999-03-28 21:11:21 -05:00
MAINTAINER= ports@openbsd.org
1998-11-10 03:48:59 -05:00
1999-03-28 22:32:41 -05:00
LIB_DEPENDS= qt:${PORTSDIR}/x11/qt
1998-11-10 03:48:59 -05:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
1999-03-28 21:11:21 -05:00
CONFIGURE_ENV+= INSTALL="/usr/bin/install" \
QT_MOC=/usr/X11R6/bin/moc
1998-12-10 01:16:35 -05:00
1998-11-10 03:48:59 -05:00
.include <bsd.port.mk>