mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
16 lines
443 B
Makefile
16 lines
443 B
Makefile
# Common stuff for Licq-based ports
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= licq-
|
|
LICQ_VER= 1.7.1
|
|
.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
|