blob: 7c04943dcea5b9c21727d811163dffe920be1f4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: johans
# $FreeBSD$
PORTNAME= ljclive
PORTVERSION= 0.4.10
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
DISTNAME= clive-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= Command line client for posting LiveJournal entries
USES= iconv
GNU_CONFIGURE= yes
CONFLICTS= *clive-[1-9]*
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} 's/iconv "iconv/"iconv/' ${WRKSRC}/configure
.include <bsd.port.post.mk>
|