mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
bd74ead00e
- Adjust file paths to the new world order - Set similar LATEST_LINK in all three ports - Remove trailing slashes in directory names for consistency - Canonicalize Makefile header and mute MKDIR's while here Submitted by: Ilya Arkhipov
30 lines
840 B
Makefile
30 lines
840 B
Makefile
# New ports collection makefile for: OpenSFX
|
|
# Date created: 2010-11-04
|
|
# Whom: Ilya A. Arhipov <admin@gorodkirov.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= opensfx
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
|
|
http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
|
|
http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-all
|
|
|
|
MAINTAINER= micro@heavennet.ru
|
|
COMMENT= Free alternative sounds for OpenTTD game engine
|
|
|
|
USE_ZIP= yes
|
|
NO_BUILD= yes
|
|
LATEST_LINK= openttd-${PORTNAME}
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/share/openttd/baseset/opensfx
|
|
${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \
|
|
${PREFIX}/share/openttd/baseset/opensfx
|
|
|
|
.include <bsd.port.mk>
|