1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/p5-SDL/Makefile
Niclas Zeising 0fae2e9e0e Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2018-09-11 18:34:27 +00:00

32 lines
734 B
Makefile

# Created by: Klaus Goger <klaus.goger@reflex.at>
# $FreeBSD$
PORTNAME= SDL
PORTVERSION= 2.548
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Bindings for SDL
LICENSE= GPLv2
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libsmpeg.so:multimedia/smpeg
RUN_DEPENDS= p5-Alien-SDL>=1.446:devel/p5-Alien-SDL \
p5-File-ShareDir>=1.0:devel/p5-File-ShareDir \
p5-Tie-Simple>=0:devel/p5-Tie-Simple
TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
p5-Test-Most>=0.21:devel/p5-Test-Most
USES= jpeg perl5
USE_GL= glu
USE_PERL5= modbuild
USE_SDL= gfx image mixer pango sdl ttf
.include <bsd.port.mk>