f18416aae3
Patches in explorer changed name thanks to update-patches.
26 lines
563 B
Makefile
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>
|