1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Antoine Brodin 89b4379a17 Deprecate most glib12 consumers
With hat:	portmgr
2018-10-12 09:19:04 +00:00

28 lines
526 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
DEPRECATED= Uses obsolete glib12
EXPIRATION_DATE= 2018-12-20
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>