mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
32 lines
685 B
Makefile
32 lines
685 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= 5
|
|
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
|
|
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>
|