1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/deskutils/ljclive/Makefile
2011-10-16 15:28:40 +00:00

31 lines
568 B
Makefile

# New ports collection makefile for: clive
# Date created: 15 March 2004
# Whom: johans
#
# $FreeBSD$
#
PORTNAME= clive
PORTVERSION= 0.4.6
CATEGORIES= deskutils
MASTER_SITES= SF/lj${PORTNAME}/lj${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= A command line client for posting LiveJournal entries
USE_ICONV= yes
MAN1= clive.1
GNU_CONFIGURE= yes
CONFLICTS= *clive-[1-9]*
LATEST_LINK= ljclive
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} 's/iconv "iconv/"iconv/' ${WRKSRC}/configure
.include <bsd.port.post.mk>