freebsd-ports/games/freeciv-sounds/Makefile
Andrew Pantyukhin e04a22e35d - Update to 2.0.9
- Drop support for xaw and gtk1
- Remove -gtk and -gtk2 slave ports
- Add freeciv-sounds - the standard sound set [1]

PR:		ports/106232 (based on) [1]
Submitted by:	Bartosz Fabianowski <freebsd@chillt.de> [1]
2007-07-28 16:00:35 +00:00

24 lines
543 B
Makefile

# New ports collection makefile for: freeciv-sounds
# Date created: 28 July 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= freeciv
PORTVERSION= 3
CATEGORIES= games
MASTER_SITES= GENTOO/distfiles ftp://ftp.freeciv.org/freeciv/contrib/audio/soundsets/
PKGNAMESUFFIX= -sounds
DISTNAME= stdsounds${DISTVERSION}
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Freeciv standard sound set
NO_BUILD= yes
WRKSRC= ${WRKDIR}/data
do-install:
@cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${DATADIR}/
.include <bsd.port.mk>