1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/gdado/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

25 lines
517 B
Makefile

# New ports collection makefile for: gdado
# Date created: 06 May 2007
# Whom: Anish Mistry <amistry@am-productions.biz>
#
# $FreeBSD$
#
PORTNAME= gdado
PORTVERSION= 2.2
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/souce%20code/${PORTNAME}-${PORTVERSION}
MAINTAINER= amistry@am-productions.biz
COMMENT= GTK2 dice roller
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gtk20 libgnomeui
post-patch:
@${REINPLACE_CMD} "s|-O2|${CFLAGS}|" ${WRKSRC}/configure
.include <bsd.port.mk>