1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/games/gdado/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

24 lines
489 B
Makefile

# Created by: Anish Mistry <amistry@am-productions.biz>
# $FreeBSD$
PORTNAME= gdado
PORTVERSION= 2.2
PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/souce%20code/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 dice roller
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_GNOME= gnomeprefix gtk20 libgnomeui
post-patch:
@${REINPLACE_CMD} "s|-O2|${CFLAGS}|" ${WRKSRC}/configure
.include <bsd.port.mk>