46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.15 2000/10/22 15:43:02 espie Exp $
|
|
|
|
DISTNAME= licq-0.61
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.305
|
|
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
|
|
|
|
.include <bsd.port.mk>
|