blob: d007b28f88989d6fa8cc5b0eba89f0f2ac4c7d50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Frank Laszlo <laszlof@freebsdmatrix.net>
# $FreeBSD$
PORTNAME= euchre
PORTVERSION= 0.8
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Very popular card game with variable skill levels
LICENSE= GPLv2 # (or later)
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
PLIST_FILES= bin/euchre
DESKTOP_ENTRIES="Euchre" "" "" "${PORTNAME}" "" true
post-patch:
@${REINPLACE_CMD} -e \
'/^AM_/s|-Werror||' ${WRKSRC}/configure
.include <bsd.port.mk>
|