freebsd-ports/net-im/pidgin-osd/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
557 B
Makefile

# Created by: Vyacheslav Anikin <anikinsl@gmail.com>
# $FreeBSD$
PORTNAME= pidgin-osd
PORTVERSION= 0.1.0
PORTREVISION= 5
CATEGORIES= net-im
MASTER_SITES= https://babelize.org/download/pidgin-osd/
MAINTAINER= anikinsl@gmail.com
COMMENT= Pidgin plugin for displaying new messages on screen
BUILD_DEPENDS= pidgin:net-im/pidgin \
xosd>=2.2.12:misc/xosd
RUN_DEPENDS= pidgin:net-im/pidgin \
xosd>=2.2.12:misc/xosd
USES= gmake libtool pkgconfig tar:bzip2
USE_GNOME= glib20
GNU_CONFIGURE= yes
PLIST_FILES= lib/pidgin/pidgin-osd.so
.include <bsd.port.mk>