diff options
Diffstat (limited to 'audio/linux-sdl_mixer/Makefile')
-rw-r--r-- | audio/linux-sdl_mixer/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/audio/linux-sdl_mixer/Makefile b/audio/linux-sdl_mixer/Makefile deleted file mode 100644 index c7521d106242..000000000000 --- a/audio/linux-sdl_mixer/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: linux-sdl_mixer -# Date created: 25 May 2007 -# Whom: Marcus von Appen <mva@sysfault.org> -# -# $FreeBSD$ -# - -PORTNAME= sdl_mixer -DISTVERSION= 1.2.6 -PORTREVISION= 2 -CATEGORIES= audio linux -MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ -DISTNAME= SDL_mixer-${PORTVERSION}-3.fc${LINUX_DIST_VER} - -MAINTAINER= mva@FreeBSD.org -COMMENT= A sample multi-channel audio mixer library (Linux version) - -CONFLICTS= linux-f8-sdl_mixer-[0-9]* linux-f10-sdl_mixer-[0-9]* - -# EXPIRATION_DATE is the EoL of the last 7.x release -EXPIRATION_DATE=2013-02-28 -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -USE_LINUX_APPS= sdl12 -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS -BRANDELF_DIRS= usr/bin - -.include <bsd.port.mk> |