1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/games/urban-sounds/Makefile
Pav Lucistnik 03b1f265cd - Update to 1.5.3
PR:		ports/75042
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2004-12-14 22:13:57 +00:00

28 lines
559 B
Makefile

# New ports collection makefile for: urban-sounds
# Date created: 25 Jan 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= urban-sounds
PORTVERSION= 1.5.3
CATEGORIES= games
MASTER_SITES= http://urban.bengburken.net/files/linux/
DISTNAME= sound
DIST_SUBDIR= urban
MAINTAINER= jylefort@brutele.be
COMMENT= The sounds for use with URBAN
RUN_DEPENDS= urban:${PORTSDIR}/games/urban
USE_X_PREFIX= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
${CP} -R ${WRKSRC}/snd ${PREFIX}/share/urban
.include <bsd.port.mk>