1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/games/gdado/Makefile
2014-04-11 19:42:17 +00:00

21 lines
440 B
Makefile

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