diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-05-16 11:23:12 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-05-16 11:23:12 +0000 |
commit | f49f91d999f6aca7098ddc13da31e1e0455b41a1 (patch) | |
tree | b4b84772e23dc563f50c407502a497ec48af1342 /irc/konversation-kde4/Makefile | |
parent | New port: phoon (diff) |
New port: konversation
A user friendly IRC client for KDE.
PR: 52313
Submitted by: Kirill Ponomarew
Diffstat (limited to 'irc/konversation-kde4/Makefile')
-rw-r--r-- | irc/konversation-kde4/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile new file mode 100644 index 000000000000..b92d8f02ac5d --- /dev/null +++ b/irc/konversation-kde4/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: konversation +# Date created: 15 May 2003 +# Whom: Kirill Ponomarew <ponomarew@oberon.net> +# +# $FreeBSD$ +# + +PORTNAME= konversation +PORTVERSION= 0.11 +CATEGORIES= irc kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ponomarew@oberon.net +COMMENT= A user friendly IRC client for KDE + +USE_KDELIBS_VER=3 +GNU_CONFIGURE= yes + +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> |