mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
25 lines
480 B
Makefile
25 lines
480 B
Makefile
# 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>
|