2001-02-18 11:07:47 +01:00
|
|
|
# New ports collection makefile for: lexter
|
|
|
|
# Date created: Feb 17, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lexter
|
2001-03-29 22:03:13 +02:00
|
|
|
PORTVERSION= 1.0.3
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 5
|
2001-02-18 11:07:47 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
2001-03-29 22:03:13 +02:00
|
|
|
MASTER_SITE_SUBDIR= games/arcade
|
2001-02-18 11:07:47 +01:00
|
|
|
|
2006-04-15 02:01:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-22 18:14:31 +01:00
|
|
|
COMMENT= A real-time word puzzle for text terminals
|
2001-02-18 11:07:47 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-03-29 22:03:13 +02:00
|
|
|
CONFIGURE_ARGS+= --localstatedir=/var/games
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2001-02-18 11:07:47 +01:00
|
|
|
|
|
|
|
MAN6= lexter.6
|
|
|
|
|
2001-02-20 15:49:22 +01:00
|
|
|
post-install:
|
2001-06-01 08:05:18 +02:00
|
|
|
@${CHOWN} root:games ${PREFIX}/bin/lexter
|
2001-02-20 15:49:22 +01:00
|
|
|
@${CHMOD} g+s ${PREFIX}/bin/lexter
|
2001-03-29 22:03:13 +02:00
|
|
|
@${SH} pkg-install ${PKGNAME} POST-INSTALL
|
2001-02-20 15:49:22 +01:00
|
|
|
|
2001-02-18 11:07:47 +01:00
|
|
|
.include <bsd.port.mk>
|