mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
8ca1a1a34e
- Set EXPIRATION_DATE Approved by: erwin (mentor)
31 lines
633 B
Makefile
31 lines
633 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= ports@FreeBSD.org
|
|
COMMENT= The sounds for use with URBAN
|
|
|
|
RUN_DEPENDS= urban:${PORTSDIR}/games/urban
|
|
|
|
DEPRECATED= distfile and homepage disappeared
|
|
EXPIRATION_DATE= 2007-01-17
|
|
|
|
USE_X_PREFIX= yes
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${CP} -R ${WRKSRC}/snd ${PREFIX}/share/urban
|
|
|
|
.include <bsd.port.mk>
|