freebsd-ports/games/urban-sounds/Makefile
Jean-Yves Lefort 7c10e30e3a Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by:	adamw (mentor)
2005-04-12 22:10:43 +00:00

27 lines
560 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@FreeBSD.org
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>