mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
b8c5518dcd
- Strip libraries - Pass maintainership to games@
31 lines
613 B
Makefile
31 lines
613 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= poker-eval
|
|
PORTVERSION= 0.138
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://download.gna.org/pokersource/sources/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:E}.0
|
|
|
|
MAINTAINER= games@FreeBSD.org
|
|
COMMENT= C library to evaluate poker hands
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool pkgconfig
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|{libdir}/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
test:
|
|
@cd ${WRKSRC} && ${MAKE_CMD} check
|
|
|
|
.include <bsd.port.mk>
|