090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
24 lines
465 B
Makefile
24 lines
465 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= 2
|
|
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>
|