diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-24 22:54:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-24 22:54:23 +0000 |
commit | 1b1f40e0ff578eb08390b31245cc6f83cb97b1f5 (patch) | |
tree | 3e8cbbf7999ffa5df17f7d954c19f30f6b75ad99 /net-im/meanwhile/Makefile | |
parent | 0eb80c6bc930fc892ba41646a540563e1ad54d9c (diff) | |
download | ports-1b1f40e0ff578eb08390b31245cc6f83cb97b1f5.tar.gz ports-1b1f40e0ff578eb08390b31245cc6f83cb97b1f5.zip |
Notes
Diffstat (limited to 'net-im/meanwhile/Makefile')
-rw-r--r-- | net-im/meanwhile/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile new file mode 100644 index 000000000000..d00da0b9679b --- /dev/null +++ b/net-im/meanwhile/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: meanwhile +# Date created: 24 June 2004 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= meanwhile +PORTVERSION= 0.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= marcus@FreeBSD.org +COMMENT= Open Source implementation of the Lotus Sametime protocol + +USE_GMAKE= yes +USE_GNOME= lthack glib20 +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=13 + +.include <bsd.port.mk> |