diff options
author | Brian Feldman <green@FreeBSD.org> | 2001-04-10 20:52:08 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2001-04-10 20:52:08 +0000 |
commit | 88f0906fc94655df81073f0f85c74325e5615a5e (patch) | |
tree | bf0abacea67f60fe5ca984b5d68017887bd73b45 /net-im/licq | |
parent | f5c1a46665bc3b972f98bc517f99ec67ec10f37a (diff) | |
download | ports-88f0906fc94655df81073f0f85c74325e5615a5e.tar.gz ports-88f0906fc94655df81073f0f85c74325e5615a5e.zip |
Notes
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile.inc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc new file mode 100644 index 000000000000..5cea43e6b04c --- /dev/null +++ b/net-im/licq/Makefile.inc @@ -0,0 +1,28 @@ +# Common stuff for Licq-based ports +# $FreeBSD$ + +PKGNAMEPREFIX= licq- +LICQ_VER= 1.0.3 +QT_LICQ_VER= ${LICQ_VER} +RMS_LICQ_VER= 0.22 +CONSOLE_LICQ_VER= 1.0.2 +AUTO_REPLY_LICQ_VER= 1.0.1 +FORWARDER_LICQ_VER= 1.0.1 +.if ${PORTNAME} != "base" +RUN_DEPENDS+= licq:${PORTSDIR}/net/licq +.endif +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.wibble.net/pub/licq/srcs/ \ + ftp://licq.darkorb.net/srcs/ \ + ftp://ftp.fanfic.org/pub/licq/srcs/ \ + ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/ +MASTER_SITE_SUBDIR= licq +DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER} +DISTFILES= ${DISTNAME}.tar.gz +GNU_CONFIGURE= yes +MD5_FILE= ${PORTSDIR}/net/licq/distinfo +# USE_LIBTOOL doesn't work for these ports +#USE_LIBTOOL= yes +USE_GMAKE= yes +USE_NEWGCC= yes +WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}-${PORTVERSION} |