freebsd-ports/games/gdado/Makefile

25 lines
465 B
Makefile
Raw Normal View History

# 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= 1
CATEGORIES= games
MASTER_SITES= SF
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>