diff options
author | novel <novel@FreeBSD.org> | 2008-12-19 03:25:51 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2008-12-19 03:25:51 +0800 |
commit | cba312d11ebb8b2e0e23f5b3847134ada4f39134 (patch) | |
tree | 4b9f8f0939acc3bf7911d49e8627c665f4637697 /deskutils/ecru/Makefile | |
parent | 3ccd6095f0e2a63fe35d7137f9a1ceb4b6dc5f43 (diff) | |
download | freebsd-ports-gnome-cba312d11ebb8b2e0e23f5b3847134ada4f39134.tar.gz freebsd-ports-gnome-cba312d11ebb8b2e0e23f5b3847134ada4f39134.tar.zst freebsd-ports-gnome-cba312d11ebb8b2e0e23f5b3847134ada4f39134.zip |
Add ecru - flexible command line LiveJournal client.
Diffstat (limited to 'deskutils/ecru/Makefile')
-rw-r--r-- | deskutils/ecru/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/deskutils/ecru/Makefile b/deskutils/ecru/Makefile new file mode 100644 index 000000000000..87d9c8c2a688 --- /dev/null +++ b/deskutils/ecru/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: ecru +# Date created: 2008-12-13 +# Whom: Roman Bogorodskiy <novel@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ecru +PORTVERSION= 0.1.0 +CATEGORIES= deskutils +MASTER_SITES= http://novel.evilcoder.org/ecru/files/ + +MAINTAINER= novel@FreeBSD.org +COMMENT= Flexible command line LiveJournal client + +LIB_DEPENDS= xmlrpc.9:${PORTSDIR}/net/xmlrpc-c \ + config++.7:${PORTSDIR}/devel/libconfig \ + glibmm-2.4.1:${PORTSDIR}/devel/glibmm + +USE_PYTHON_BUILD= yes +USE_BZIP2= yes +MANCOMPRESSED= yes +USE_LDCONFIG= yes + +MAN1= ecru-config.1 ecru-delete.1 ecru-edit.1 \ + ecru-info.1 ecru-list.1 ecru-post.1 + +do-configure: + @cd ${WRKSRC} && ./waf configure --prefix="${PREFIX}" + +do-build: + @cd ${WRKSRC} && ./waf build + +do-install: + @cd ${WRKSRC} && ./waf install + +.include <bsd.port.mk> |