1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/linux-sdl12/Makefile
Boris Samorodov b69c6bf55f o change Makefile to use bsd.linux-rpm.mk;
o  update to new version 1.2.10;
o  drop alpha support.

Approved by:	netchild (mentor)
2006-06-26 22:09:55 +00:00

29 lines
746 B
Makefile

# New ports collection makefile for: linux-sdl
# Date created: 8 October 2001
# Whom: Martin Matuska <martin@tradex.sk>
# Based on: emulators/linux_base by marcel@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= sdl
PORTVERSION= 1.2.10
CATEGORIES= devel linux
MASTER_SITES= http://www.libsdl.org/release/ \
ftp://ftp.icm.edu.pl/vol/rzm9/linux-pld/pool/s/SDL/
DISTNAME= ${PORTNAME:U}-${PORTVERSION:S/.1$/-1/}-1
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Cross-platform multi-media development API (linux version)
USE_LINUX_RPM= yes
USE_XLIB= yes
INSTALL_SHLIB= yes
ONLY_FOR_ARCHS= i386 amd64
DIST_SUBDIR= rpm
PLIST= ${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH}
PLIST_SUB+= SDLVER=${PORTVERSION}
.include <bsd.port.mk>