mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add patch for png support from http://pantransit.reptiles.org/prog/
This commit is contained in:
parent
f0f690adc1
commit
db258517f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20953
@ -9,14 +9,22 @@
|
||||
DISTNAME= xli.1.16
|
||||
PKGNAME= xli-1.16
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
||||
http://pantransit.reptiles.org/prog/
|
||||
MASTER_SITE_SUBDIR= applications
|
||||
DISTFILES= xli.1.16.tar.gz xli-png.tar.gz
|
||||
|
||||
MAINTAINER= jkoshy@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_IMAKE= yes
|
||||
MAN1= xli.1 xlito.1
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
post-patch:
|
||||
@${ECHO_MSG} "===> Applying png patch for ${PKGNAME}"
|
||||
@${SED} -e 's/^--- xli/--- ./' ${WRKSRC}/png.patch | ${PATCH} ${PATCH_ARGS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (xli.1.16.tar.gz) = 96af602a442e7fe670aea38c02a42670
|
||||
MD5 (xli-png.tar.gz) = c03ad6fa3b69003e9515df0a1d2b730b
|
||||
|
Loading…
Reference in New Issue
Block a user