aboutsummaryrefslogtreecommitdiffstats
path: root/net/licq-devel/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-08-09 09:25:57 +0800
committersteve <steve@FreeBSD.org>1998-08-09 09:25:57 +0800
commit2506c4cd1cef5d67ae59756526f0d310b199afca (patch)
treede2c33c81094b4da3b794dff16edc2c4fd9adebb /net/licq-devel/Makefile
parent83c44c04f1e02da7e48010d89af09ed2ed8565b0 (diff)
downloadfreebsd-ports-gnome-2506c4cd1cef5d67ae59756526f0d310b199afca.tar.gz
freebsd-ports-gnome-2506c4cd1cef5d67ae59756526f0d310b199afca.tar.zst
freebsd-ports-gnome-2506c4cd1cef5d67ae59756526f0d310b199afca.zip
Update to version 0.34
PR: 7502 Submitted by: maintainer
Diffstat (limited to 'net/licq-devel/Makefile')
-rw-r--r--net/licq-devel/Makefile22
1 files changed, 6 insertions, 16 deletions
diff --git a/net/licq-devel/Makefile b/net/licq-devel/Makefile
index 835d7f0c014c..69b129cf5d08 100644
--- a/net/licq-devel/Makefile
+++ b/net/licq-devel/Makefile
@@ -1,15 +1,14 @@
# New ports collection makefile for: licq
-# Version required: 0.32-a
+# Version required: 0.34
# Date created: 2 July 1998
# Whom: Brian Feldman
#
# $Id: Makefile,v 1.1.1.1 1998/07/09 16:01:50 eivind Exp $
#
-DISTNAME= licq-0.32-a
+DISTNAME= licq-0.34
CATEGORIES= net
MASTER_SITES= http://pages.infinit.net/fairoff/licq/
-EXTRACT_SUFX= .tgz
MAINTAINER= brianfeldman@hotmail.com
@@ -17,18 +16,9 @@ LIB_DEPENDS= qt\\.1\\.33:${PORTSDIR}/x11-toolkits/qt133
WRKSRC= ${WRKDIR}/${DISTNAME}
-do-install:
- ${RM} -rf ${PREFIX}/share/licq
- (cd ${WRKSRC}; make install)
- ${INSTALL_PROGRAM} ${PREFIX}/share/licq/licq \
- ${PREFIX}/bin/licq-binary
- ${RM} ${PREFIX}/share/licq/licq
- ${SED} 's|___INSERT_PREFIX_HERE___|PREFIX=${PREFIX}|' \
- < ${FILESDIR}/licq-wrapper \
- > ${PREFIX}/bin/licq
- chmod 555 ${PREFIX}/share/licq ${PREFIX}/bin/licq
-.for file in javaToLicq micqToLicq
- chmod 555 ${PREFIX}/share/licq/${file}
-.endfor
+USE_GMAKE= yes
+HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt --with-qt-libs=${X11BASE}/lib
.include <bsd.port.mk>