freebsd-ports/games/opensfx/Makefile
Mathieu Arnold 21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00

29 lines
896 B
Makefile

# Created by: 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= rum1cro@yandex.ru
COMMENT= Free alternative sounds for OpenTTD game engine
LICENSE= CCPL
LICENSE_NAME= Creative Commons Public License
LICENSE_FILE= ${WRKDIR}/opensfx-${PORTVERSION}/license.txt
LICENSE_PERMS= auto-accept
USES= zip
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \
${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
.include <bsd.port.mk>