2013-09-20 18:21:37 +02:00
|
|
|
# Created by: johans
|
2004-04-02 02:32:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-10-24 10:45:30 +02:00
|
|
|
PORTNAME= ljclive
|
2012-01-08 18:16:16 +01:00
|
|
|
PORTVERSION= 0.4.10
|
2013-10-24 10:45:30 +02:00
|
|
|
PORTREVISION= 1
|
2004-04-04 14:16:08 +02:00
|
|
|
CATEGORIES= deskutils
|
2013-10-24 10:45:30 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
|
|
|
|
DISTNAME= clive-${PORTVERSION}
|
2004-04-02 02:32:39 +02:00
|
|
|
|
2010-02-23 19:03:45 +01:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2014-06-10 09:39:01 +02:00
|
|
|
COMMENT= Command line client for posting LiveJournal entries
|
2004-04-02 02:32:39 +02:00
|
|
|
|
2013-10-24 10:45:30 +02:00
|
|
|
USES= iconv
|
2004-04-02 02:32:39 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2009-02-07 23:51:31 +01:00
|
|
|
CONFLICTS= *clive-[1-9]*
|
2007-02-12 13:33:49 +01:00
|
|
|
|
2009-03-11 21:40:05 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's/iconv "iconv/"iconv/' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|