mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Enable TIFF and XCF support and bump PORTREVISION.
Approved by: sobomax
This commit is contained in:
parent
8c80409e6e
commit
48996fa2fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58441
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= sdl_image
|
||||
PORTVERSION= 1.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
|
||||
DISTNAME= SDL_image-${PORTVERSION}
|
||||
@ -26,6 +27,7 @@ INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
||||
CPPFLAGS="-I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lm"
|
||||
CONFIGURE_ARGS= --enable-tif --enable-xcf
|
||||
|
||||
post-extract:
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
|
Loading…
Reference in New Issue
Block a user