diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
commit | df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch) | |
tree | 1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /net-im/licq/Makefile.inc | |
parent | c31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff) |
Notes
Diffstat (limited to 'net-im/licq/Makefile.inc')
-rw-r--r-- | net-im/licq/Makefile.inc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc deleted file mode 100644 index 1a1621a937dc..000000000000 --- a/net-im/licq/Makefile.inc +++ /dev/null @@ -1,29 +0,0 @@ -# Common stuff for Licq-based ports -# $FreeBSD$ - -PKGNAMEPREFIX= licq- -LICQ_VER= 1.2.0a -QT_LICQ_VER= 1.2.0 -RMS_LICQ_VER= 0.33 -CONSOLE_LICQ_VER= 1.2.0 -JONS_GTK_LICQ_VER= 0.20 -.if ${PORTNAME} != "base" -RUN_DEPENDS+= licq:${PORTSDIR}/net/licq -.endif -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= licq -DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER} -DISTFILES= ${DISTNAME}.tar.bz2 -GNU_CONFIGURE= yes -MD5_FILE?= ${PORTSDIR}/net/licq/distinfo -# USE_LIBTOOL doesn't work for these ports -#USE_LIBTOOL= yes -USE_GMAKE= yes -USE_BZIP2= yes -WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}-${PORTVERSION} -PLIST_SUB+= LICQ_DEVEL="@comment " -.if ${OSVERSION} > 500030 -CPPFLAGS+= -Wno-deprecated -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" -.endif |