1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/security/gpass/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

34 lines
849 B
Makefile

# Created by: ports@c0decafe.net <ports@c0decafe.net>
# $FreeBSD$
PORTNAME= gpass
PORTVERSION= 0.5.1
PORTREVISION= 12
CATEGORIES= security gnome
MASTER_SITES= https://github.com/raffael-sfm/gpass/releases/download/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Password manager for GNOME2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmcrypt.so:security/libmcrypt \
libmhash.so:security/mhash
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic
USES= desktop-file-utils gmake pathfix pkgconfig
USE_GNOME= gtk20 intltool libglade2 libgnomeui
GCONF_SCHEMAS= gpass.schemas
post-patch:
@${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/include/gpass/error.h \
${WRKSRC}/src/helper.h
.include <bsd.port.mk>