diff options
Diffstat (limited to 'irc/kvirc-devel/Makefile')
-rw-r--r-- | irc/kvirc-devel/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile new file mode 100644 index 0000000..fa04850 --- /dev/null +++ b/irc/kvirc-devel/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: kvirc +# Date created: 05 January 2004 +# Whom: Michael Ranner +# +# $FreeBSD$ +# + +PORTNAME= kvirc +PORTVERSION= 3.0.0 +CATEGORIES= irc kde +MASTER_SITES= ftp://ftp.kvirc.net/pub/%SUBDIR%/ \ + ftp://ftp.de.kvirc.net/%SUBDIR%/ \ + ftp://ftp.kvirc.de/pub/%SUBDIR%/ \ + ftp://kvirc.firenze.linux.it/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}-beta2/source/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-beta2 + +MAINTAINER= mranner@inode.at +COMMENT= "IRC client for QT and KDE" + +USE_KDELIBS_VER=3 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_REINPLACE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+= --prefix=${LOCALBASE}/${PORTNAME} --with-freebsd-pthread + +MAN1= kvirc.1 + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> |