freebsd-ports/security/parano/Makefile
Baptiste Daroussin 3147bb6c6b Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
2018-03-26 12:38:56 +00:00

23 lines
542 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= parano
PORTVERSION= 0.3.5
PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome program to deal with hashfiles
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= pygnome2 intltool
USES= desktop-file-utils gettext gmake localbase python:2.7 shared-mime-info shebangfix
SHEBANG_FILES= src/parano.py
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-update-mime-database
NO_ARCH= yes
.include <bsd.port.mk>