freebsd-ports/net/wmlj/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

24 lines
464 B
Makefile

# Created by: Sergei Barbarash <sgt@outline.ru>
# $FreeBSD$
PORTNAME= wmlj
PORTVERSION= 0.4.0
PORTREVISION= 8
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>