freebsd-ports/deskutils/ljclive/Makefile

25 lines
480 B
Makefile
Raw Normal View History

# Created by: johans
# $FreeBSD$
PORTNAME= ljclive
2012-01-08 18:16:16 +01:00
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>