summaryrefslogtreecommitdiff
path: root/net/libicq/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-19 07:03:11 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-19 07:03:11 +0000
commitfe011cc785506bbeafaa7d52455d040c15387808 (patch)
treed8018514977f64f26fddc8f1278071e7642329c6 /net/libicq/Makefile
parentMake me the maintainer of this port (diff)
Initial Import libicq.
libicq is based on micq
Notes
Notes: svn path=/head/; revision=14666
Diffstat (limited to 'net/libicq/Makefile')
-rw-r--r--net/libicq/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/libicq/Makefile b/net/libicq/Makefile
new file mode 100644
index 000000000000..2af773fce5ea
--- /dev/null
+++ b/net/libicq/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: libicq
+# Version required: 0.20
+# Date Created: 31 Oct 1998
+# Whom: Seiichirou Hiraoka
+#
+# $Id$
+#
+
+DISTNAME= libicq-0.20
+PKGNAME= libicq-0.20
+CATEGORIES= devel
+MASTER_SITES= http://www.montana.com/gabriel/gicq/files/
+
+MAINTAINER= flathill@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
+
+post-install:
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>