2002-08-04 11:36:57 +02:00
|
|
|
# New ports collection makefile for: marbles
|
|
|
|
# Date created: 12 June 2002
|
|
|
|
# Whom: verm@drunkmonk.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-10-10 13:14:37 +02:00
|
|
|
PORTNAME= lmarbles
|
2009-11-12 11:52:21 +01:00
|
|
|
PORTVERSION= 1.0.8
|
2012-02-18 11:18:33 +01:00
|
|
|
PORTREVISION= 2
|
2002-08-04 11:36:57 +02:00
|
|
|
CATEGORIES= games
|
2009-11-12 11:52:21 +01:00
|
|
|
MASTER_SITES= SF/lgames/${PORTNAME}
|
2002-08-04 11:36:57 +02:00
|
|
|
|
2004-12-18 22:46:46 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= A challenging puzzle game similar to Atomix
|
2002-08-04 11:36:57 +02:00
|
|
|
|
2005-10-06 00:58:29 +02:00
|
|
|
USE_SDL= sdl mixer
|
2002-08-04 11:36:57 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2009-11-12 11:52:21 +01:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${DATADIR}
|
2002-08-04 11:36:57 +02:00
|
|
|
|
2009-11-12 11:52:21 +01:00
|
|
|
MAN6= ${PORTNAME}.6
|
2005-10-10 13:14:37 +02:00
|
|
|
|
2002-08-04 11:36:57 +02:00
|
|
|
post-patch:
|
2009-11-12 11:52:21 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|(datadir)/icons|(datadir)/pixmaps|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2002-08-04 11:36:57 +02:00
|
|
|
|
|
|
|
post-install:
|
2009-11-12 11:52:21 +01:00
|
|
|
@${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME}
|
|
|
|
@${CHOWN} root:games ${PREFIX}/bin/${PORTNAME}
|
|
|
|
@${CHMOD} 0664 ${DATADIR}/${PORTNAME}.prfs
|
|
|
|
@${CHOWN} root:games ${DATADIR}/${PORTNAME}.prfs
|
2002-08-04 11:36:57 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2009-11-12 11:52:21 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2005-10-10 13:14:37 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/manual/* ${DOCSDIR}
|
2002-08-04 11:36:57 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|