8d6597e0bb
With hat: portmgr Sponsored by: Absolight
15 lines
422 B
Makefile
15 lines
422 B
Makefile
# Common stuff for Licq-based ports
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= licq-
|
|
LICQ_VER= 1.8.2
|
|
.if ${PORTNAME} != "base"
|
|
BUILD_DEPENDS+= licq:${LICQ_PORT}
|
|
RUN_DEPENDS+= licq:${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
|
|
USES+= tar:bzip2
|