1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/xskat/Makefile
Thomas Zander a111ad3a24 - Remove build dependency on imake
- Remove support for original Altenburger card set
  (no valid license for these files anymore, author removed the download)
- Stagify
- Add LICENSE
- Overall port Makefile simplification

Approved by:	mentor (thierry)
2014-02-01 16:31:45 +00:00

36 lines
874 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
PORTNAME= xskat
PORTVERSION= 4.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.xskat.de/
MAINTAINER= ports@FreeBSD.org
COMMENT= Play the card game Skat
LICENSE= unknown
LICENSE_NAME= xskat license clause
LICENSE_FILE= ${WRKSRC}/README
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USE_XORG= x11
PLIST_FILES= bin/xskat \
man/man1/xskat.1.gz \
man/man1/xskat-de.1.gz
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lX11
post-patch:
${MV} ${WRKSRC}/xskat.man ${WRKSRC}/xskat.1
${MV} ${WRKSRC}/xskat-de.man ${WRKSRC}/xskat-de.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xskat ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xskat.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/xskat-de.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>