mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Update to 2.4
PR: 139767 Submitted by: Ports Fury
This commit is contained in:
parent
6493038ea9
commit
584a26f2a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243089
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= scale2x
|
||||
PORTVERSION= 2.2
|
||||
PORTVERSION= 2.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -16,14 +16,12 @@ COMMENT= Real-time graphics effect able to increase the size of small bitmaps
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
PLIST_FILES= bin/scalex bin/scalerx
|
||||
MAN1= scalex.1 scalerx.1
|
||||
PLIST_FILES= bin/scalex bin/scalerx
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,png.h,libpng/png.h,' ${WRKSRC}/file.h
|
||||
CPPFLAGS= `libpng12-config --I_opts`
|
||||
LDFLAGS= `libpng12-config --L_opts`
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (scale2x-2.2.tar.gz) = b0a44a2d513d419354b0cf9542e62775
|
||||
SHA256 (scale2x-2.2.tar.gz) = 5784683c8d4c41741bb122b82704c08f9e1fd4fe1e0410f04917a27b27b1ed59
|
||||
SIZE (scale2x-2.2.tar.gz) = 156834
|
||||
MD5 (scale2x-2.4.tar.gz) = b89ccfa6df5f059355951dbf69fc163c
|
||||
SHA256 (scale2x-2.4.tar.gz) = 83599b1627988c941ee9c7965b6f26a9fd2608cd1e0073f7262a858d0f4f7078
|
||||
SIZE (scale2x-2.4.tar.gz) = 223640
|
||||
|
Loading…
Reference in New Issue
Block a user