blob: ac4d04d6262302fc06a786c14d8f403fa7ae3fb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: clive
# Date created: 15 March 2004
# Whom: johans
#
# $FreeBSD$
#
PORTNAME= clive
PORTVERSION= 0.4.5
CATEGORIES= deskutils
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>
|