freebsd-ports/deskutils/ljclive/Makefile
Dmitry Marakasov 535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00

31 lines
581 B
Makefile

# New ports collection makefile for: clive
# Date created: 15 March 2004
# Whom: johans
#
# $FreeBSD$
#
PORTNAME= clive
PORTVERSION= 0.4.5
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= SF/lj${PORTNAME}/lj${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= johans@stack.nl
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>