openbsd-ports/net/licq/Makefile
espie f18416aae3 Adjust these to grab qt1 in the right place.
Patches in explorer changed name thanks to update-patches.
2001-06-09 19:55:10 +00:00

26 lines
563 B
Makefile

# $OpenBSD: Makefile,v 1.18 2001/06/09 19:55:11 espie Exp $
COMMENT= "ICQ clone for UNIX"
DISTNAME= licq-0.61
CATEGORIES= net
NEED_VERSION= 1.363
MASTER_SITES= http://licq.wibble.net/
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= qt::x11/qt
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu dest
CONFIGURE_ENV= QT_MOC="${LOCALBASE}/bin/moc"
CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt \
--with-qt-libraries=${LOCALBASE}/lib/qt
.include <bsd.port.mk>