diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 00:32:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 00:32:39 +0000 |
commit | dbd898b4a978e25ee939ff35f2a833b867f922c3 (patch) | |
tree | 18d85cae698cd2f6c224be006d869c1b7ac3d946 /deskutils/ljclive/Makefile | |
parent | bc4cd30966b57319767d56dc1a3d36aeecf9844f (diff) |
Notes
Diffstat (limited to 'deskutils/ljclive/Makefile')
-rw-r--r-- | deskutils/ljclive/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/deskutils/ljclive/Makefile b/deskutils/ljclive/Makefile new file mode 100644 index 000000000000..29299e8fe602 --- /dev/null +++ b/deskutils/ljclive/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: clive +# Date created: 15 March 2004 +# Whom: johans +# +# $FreeBSD$ +# + +PORTNAME= clive +PORTVERSION= 0.4.0 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= ljclive + +MAINTAINER= johans@stack.nl +COMMENT= A command line client for posting LiveJournal entries + +MAN1= clive.1 + +GNU_CONFIGURE= yes +USE_GETOPT_LONG=yes + +.include <bsd.port.mk> |