1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/games/lexter/Makefile
Pawel Pekala d69192f5f3 - Add staging support
- Remove leading article from COMMENT
2014-04-14 17:14:34 +00:00

21 lines
451 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= lexter
PORTVERSION= 1.0.3
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/arcade
MAINTAINER= ports@FreeBSD.org
COMMENT= Real-time word puzzle for text terminals
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --localstatedir=/var/games
USES= gettext
.include <bsd.port.mk>