mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
fbd0197639
- Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
39 lines
861 B
Makefile
39 lines
861 B
Makefile
# New ports collection makefile for: marbles
|
|
# Date created: 12 June 2002
|
|
# Whom: verm@drunkmonk.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lmarbles
|
|
PORTVERSION= 1.0.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/lgames/${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A challenging puzzle game similar to Atomix
|
|
|
|
USE_SDL= sdl mixer
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=${DATADIR}
|
|
|
|
MAN6= ${PORTNAME}.6
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|(datadir)/icons|(datadir)/pixmaps|g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
@${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME}
|
|
@${CHOWN} root:games ${PREFIX}/bin/${PORTNAME}
|
|
@${CHMOD} 0664 ${DATADIR}/${PORTNAME}.prfs
|
|
@${CHOWN} root:games ${DATADIR}/${PORTNAME}.prfs
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/src/manual/* ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|