mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
I needed to add this, too.
Reminded by: Jeremy Norris <ishmael27@home.com>
This commit is contained in:
parent
f5c1a46665
commit
88f0906fc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41232
28
net-im/licq/Makefile.inc
Normal file
28
net-im/licq/Makefile.inc
Normal file
@ -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}
|
28
net/licq-devel/Makefile.inc
Normal file
28
net/licq-devel/Makefile.inc
Normal file
@ -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}
|
28
net/licq/Makefile.inc
Normal file
28
net/licq/Makefile.inc
Normal file
@ -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}
|
Loading…
Reference in New Issue
Block a user