freebsd-ports/net/licq/Makefile.inc
Dirk Meyer 8c24200a6e - fix Probem of noexisted dependeny, noted by kris.
my regression tests didn't pick this up,
cause /usr/ports/current/licq does exits here.
2003-01-28 04:35:30 +00:00

31 lines
788 B
Makefile

# Common stuff for Licq-based ports
# $FreeBSD$
PKGNAMEPREFIX= licq-
LICQ_VER= 1.2.4
QT_LICQ_VER= 1.2.4
RMS_LICQ_VER= 0.33
CONSOLE_LICQ_VER= 1.2.4
JONS_GTK_LICQ_VER= 0.20.2
LICQ_PORT?= ${PORTSDIR}/net/licq
.if ${PORTNAME} != "base"
RUN_DEPENDS+= licq:${LICQ_PORT}
.endif
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= licq
DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER}
DISTFILES= ${DISTNAME}.tar.bz2
GNU_CONFIGURE= yes
MD5_FILE?= ${LICQ_PORT}/distinfo
# USE_LIBTOOL doesn't work for these ports
#USE_LIBTOOL= yes
USE_GMAKE= yes
USE_BZIP2= yes
WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}
PLIST_SUB+= LICQ_DEVEL="@comment "
.if ${OSVERSION} > 500030
CPPFLAGS+= -Wno-deprecated
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}"
.endif