mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
25 lines
476 B
Makefile
25 lines
476 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:${PORTSDIR}/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>
|