1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/wmlj/Makefile
Tijl Coosemans 61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00

25 lines
464 B
Makefile

# Created by: Sergei Barbarash <sgt@outline.ru>
# $FreeBSD$
PORTNAME= wmlj
PORTVERSION= 0.4.0
PORTREVISION= 9
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Dockapp that monitors your friends list at LiveJournal.com
LIB_DEPENDS= libcurl.so:ftp/curl
GNU_CONFIGURE= yes
USE_GNOME= gtk12
PLIST_FILES= bin/wmlj \
man/man1/wmlj.1.gz
post-patch:
@${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/network.c
.include <bsd.port.mk>