mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
d46d497ab7
Growl is a MACOSX application that listen to notifications sent by applications and displays them on the desktop using different display styles. Net_Growl offers the possibility to send notifications to Growl from your PHP application through network communication using UDP. Sponsored by: Rubicon Communications (Netgate)
15 lines
199 B
Makefile
15 lines
199 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Growl
|
|
DISTVERSION= 2.7.0
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Send notifications to Growl
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|