diff options
author | steve <steve@FreeBSD.org> | 1998-11-02 12:04:44 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-11-02 12:04:44 +0800 |
commit | 78ccd22a1cc7f4f0fced3cfe75493c790bf0931c (patch) | |
tree | 5897cca8f962cf462f61b0f5109e91c16349bc4e /net-im/licq/Makefile | |
parent | 9d819630b96b5816435e212c52d1a27174dd7ed8 (diff) | |
download | freebsd-ports-gnome-78ccd22a1cc7f4f0fced3cfe75493c790bf0931c.tar.gz freebsd-ports-gnome-78ccd22a1cc7f4f0fced3cfe75493c790bf0931c.tar.zst freebsd-ports-gnome-78ccd22a1cc7f4f0fced3cfe75493c790bf0931c.zip |
Update to version 0.44.
PR: 8514
Submitted by: maintainer
Diffstat (limited to 'net-im/licq/Makefile')
-rw-r--r-- | net-im/licq/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 63781488eba7..b0c74116c92b 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -3,14 +3,16 @@ # Date created: 2 July 1998 # Whom: Brian Feldman # -# $Id: Makefile,v 1.3 1998/08/09 01:25:53 steve Exp $ +# $Id: Makefile,v 1.4 1998/08/12 06:29:32 asami Exp $ # -DISTNAME= licq-0.34 +DISTNAME= licq-0.44 CATEGORIES= net MASTER_SITES= http://pages.infinit.net/fairoff/licq/ -MAINTAINER= brianfeldman@hotmail.com +MAINTAINER= green@unixhelp.org + +FETCH_BEFORE_ARGS= -b USE_QT= yes WRKSRC= ${WRKDIR}/${DISTNAME} @@ -19,4 +21,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt --with-qt-libs=${X11BASE}/lib +MAN1= licq.1 + .include <bsd.port.mk> |