mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
20 lines
457 B
Makefile
20 lines
457 B
Makefile
# Created by: Lucas Holt <luke@justjournal.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jjclient
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= SF/justjournal/JustJournal%20UNIX%20Client/${PORTVERSION} \
|
|
http://www.justjournal.com/software/unix/
|
|
|
|
|
|
MAINTAINER= luke@justjournal.com
|
|
COMMENT= A command line client for posting JustJournal entries
|
|
|
|
LIB_DEPENDS+= libxmlrpc.so:${PORTSDIR}/net/xmlrpc-c
|
|
|
|
PLIST_FILES= bin/jjclient
|
|
|
|
.include <bsd.port.mk>
|