summaryrefslogtreecommitdiff
path: root/chat/libtlen/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-22 21:49:42 +0000
committerminskim <minskim>2004-02-22 21:49:42 +0000
commita241c49914eeffe0c085fbf35116cbf59bb4c87f (patch)
treebf4a163b2258098df2df91afed9d6ca3455dd85e /chat/libtlen/Makefile
parentc8445e5138f985ab5e5225bac97fdbbc63f7de08 (diff)
downloadpkgsrc-a241c49914eeffe0c085fbf35116cbf59bb4c87f.tar.gz
Import libtlen from pkgsrc-wip. Packaged by Michal Pasternak, and
slightly modified by me. Libtlen is a client library to access tlen.pl IM/chat system.
Diffstat (limited to 'chat/libtlen/Makefile')
-rw-r--r--chat/libtlen/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/chat/libtlen/Makefile b/chat/libtlen/Makefile
new file mode 100644
index 00000000000..cf0b26be3ba
--- /dev/null
+++ b/chat/libtlen/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/22 21:49:42 minskim Exp $
+#
+
+DISTNAME= libtlen-20040212
+CATEGORIES= chat
+MASTER_SITES= http://www.libtlen.eu.org/snapshots/archive/
+
+MAINTAINER= dotz@irc.pl
+HOMEPAGE= http://www.libtlen.eu.org/
+COMMENT= Library to access tlen.pl IM system
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+INSTALLATION_DIRS= lib
+
+.include "../../mk/bsd.pkg.mk"