Update games/stransball2 to version 1.5_10
[dports.git] / games / grhino / Makefile
1 # Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
2 # $FreeBSD$
3
4 PORTNAME=       grhino
5 PORTVERSION=    0.16.1
6 PORTREVISION=   1
7 CATEGORIES=     games gnome
8 MASTER_SITES=   SF/rhino/GRhino/${PORTVERSION}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        GRhino Othello/Reversi Program
12
13 LICENSE=        GPLv2 # or later
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 USES=           gettext pkgconfig perl5
17 USE_GNOME=      gnomeprefix libgnomeui
18 USE_PERL5=      build
19 GNU_CONFIGURE=  yes
20 CPPFLAGS+=      -I${LOCALBASE}/include
21 LDFLAGS+=       -L${LOCALBASE}/lib
22 INSTALLS_OMF=   yes
23 PLIST_SUB+=     VERSION=${PORTVERSION}
24
25 post-patch:
26         @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g ; \
27                  s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
28
29 .include <bsd.port.mk>