1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/deskutils/jjclient/Makefile
Martin Wilke 169c5bde31 jjclient - A command line client for posting JustJournal entries
jjclient is a UNIX-style client for JustJournal that allows you to
post blog entries from the command line without the need for a web
browser.

WWW: http://www.justjournal.com/

PR:		ports/124382
Submitted by:	Lucas Holt <luke at justjournal.com>
2008-06-21 11:01:17 +00:00

24 lines
525 B
Makefile

# New ports collection makefile for: jjclient
# Date created: 07 June 2008
# Whom: Lucas Holt <luke@justjournal.com>
#
# $FreeBSD$
#
PORTNAME= jjclient
PORTVERSION= 1.0
CATEGORIES= deskutils
MASTER_SITES= http://www.justjournal.com/software/unix/
DISTNAME= ${PORTNAME}_1.0
MAINTAINER= luke@justjournal.com
COMMENT= A command line client for posting JustJournal entries
LIB_DEPENDS+= xmlrpc.9:${PORTSDIR}/net/xmlrpc-c
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/jjclient
.include <bsd.port.mk>