mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
32 lines
704 B
Makefile
32 lines
704 B
Makefile
# New ports collection makefile for: lexter
|
|
# Date created: Feb 17, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lexter
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/arcade
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A real-time word puzzle for text terminals
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
|
|
LDFLAGS='-L${LOCALBASE}/lib'
|
|
CONFIGURE_ARGS+= --localstatedir=/var/games
|
|
USE_GETTEXT= yes
|
|
|
|
MAN6= lexter.6
|
|
|
|
post-install:
|
|
@${CHOWN} root:games ${PREFIX}/bin/lexter
|
|
@${CHMOD} g+s ${PREFIX}/bin/lexter
|
|
@${SH} pkg-install ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|