- Update to 2.7.6.2
PR: ports/79752 Submitted by: Ports Fury
This commit is contained in:
parent
f38854a7f7
commit
f1cae17194
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132906
2 changed files with 8 additions and 7 deletions
|
@ -6,11 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= xpaint
|
||||
PORTVERSION= 2.7.6
|
||||
PORTVERSION= 2.7.6.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://ftp.ac-grenoble.fr/Office/
|
||||
MASTER_SITE_SUBDIR= sf-${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}_${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A simple paint program
|
||||
|
@ -18,20 +19,20 @@ COMMENT= A simple paint program
|
|||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_IMAKE= yes
|
||||
USE_XPM= yes
|
||||
|
||||
MAN1= xpaint.1
|
||||
|
||||
CFLAGS+= -DARROW_SCROLLBAR
|
||||
|
||||
.if defined(WITH_NEXTAW)
|
||||
LIB_DEPENDS+= neXtaw.${XAWVER}:${PORTSDIR}/x11-toolkits/neXtaw
|
||||
LIB_DEPENDS+= neXtaw:${PORTSDIR}/x11-toolkits/neXtaw
|
||||
ALL_TARGET= nextaw
|
||||
XAW_INCDIR= ${X11BASE}/include/X11/neXtaw
|
||||
.else
|
||||
LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
ALL_TARGET= xaw3d
|
||||
XAW_INCDIR= ${X11BASE}/include/X11/Xaw3d
|
||||
.endif
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (xpaint-2.7.6.tar.bz2) = ecba3402cbb6404d238021cdaadcadf9
|
||||
SIZE (xpaint-2.7.6.tar.bz2) = 378529
|
||||
MD5 (xpaint-2.7.6_2.tar.bz2) = ec68b97fd8579eb25e851cb6fa92bc95
|
||||
SIZE (xpaint-2.7.6_2.tar.bz2) = 378954
|
||||
|
|
Loading…
Reference in a new issue