freebsd-ports/devel/linux-f10-sdl12/Makefile
Boris Samorodov 123c461867 o unbreak i386-6-exp build of graphics/linux-sdl_image: remove [1]
LINUX_BASE/usr/doc dealing from devel/linux-sdl12
   to emulators/linux_base-fc4 -- this directory belongs to the
   linux mtree;
o  bump PORTREVISION for both ports;
o  update emulators/linux_base-fc4 distribution to info-4.8-8.fc4.2
   (previous one is not fetchable now).

Reported by:	linimon [1]
Approved by:	netchild (mentor, implicit)
2006-07-02 13:10:05 +00:00

29 lines
762 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
PORTREVISION= 1
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>