openbsd-ports/net/licq/Makefile

26 lines
563 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2001/06/09 19:55:11 espie Exp $
2001-04-07 15:34:46 -04:00
COMMENT= "ICQ clone for UNIX"
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
2001-04-07 15:44:18 -04:00
NEED_VERSION= 1.363
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
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
LIB_DEPENDS= qt::x11/qt
1998-11-10 03:48:59 -05:00
2000-03-05 13:30:21 -05:00
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
1998-12-10 01:16:35 -05:00
1998-11-10 03:48:59 -05:00
.include <bsd.port.mk>