1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/deskutils/ljclive/Makefile
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00

23 lines
479 B
Makefile

# Created by: johans
# $FreeBSD$
PORTNAME= ljclive
PORTVERSION= 0.4.10
PORTREVISION= 2
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
CONFIGURE_ARGS= ac_cv_search_iconv=${ICONV_LIB}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
CONFLICTS= *clive-[1-9]*
.include <bsd.port.mk>