mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
11eafb3068
- removed plugins: licq-console is no longer maintened upstream. - new plugins: licq-icq, licq-msn
16 lines
443 B
Makefile
16 lines
443 B
Makefile
# Common stuff for Licq-based ports
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= licq-
|
|
LICQ_VER= 1.8.0
|
|
.if ${PORTNAME} != "base"
|
|
BUILD_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT}
|
|
RUN_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT}
|
|
WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}
|
|
.endif
|
|
MASTER_SITES= SF/licq/licq/${LICQ_VER}
|
|
DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER}
|
|
DISTFILES= ${DISTNAME}.tar.bz2
|
|
DISTINFO_FILE?= ${PORTSDIR}/${LICQ_PORT}/distinfo
|
|
USE_BZIP2= yes
|