1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/games/lexter/Makefile
Dmitry Marakasov 5e824cd3e0 - Add LICENSE
- Drop @dirrm* from plist
2014-11-30 17:51:53 +00:00

27 lines
566 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= lexter
PORTVERSION= 1.0.3
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SUNSITE/games/arcade
MAINTAINER= ports@FreeBSD.org
COMMENT= Real-time word puzzle for text terminals
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --localstatedir=/var/games
USES= gettext
post-install:
@${MKDIR} ${STAGEDIR}/var/games
@${TOUCH} ${STAGEDIR}/var/games/lexter.scores.sample
.include <bsd.port.mk>