- Update to 1.20

PR:		155859
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2011-04-12 02:25:15 +00:00
parent dc5b948753
commit 653a866f4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272552
4 changed files with 13 additions and 24 deletions

View file

@ -7,8 +7,7 @@
#
PORTNAME= libafterimage
PORTVERSION= 1.18
PORTREVISION= 3
PORTVERSION= 1.20
CATEGORIES= graphics
MASTER_SITES= SF/afterstep/libAfterImage/${PORTVERSION}
DISTNAME= libAfterImage-${PORTVERSION}
@ -16,30 +15,29 @@ DISTNAME= libAfterImage-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic imaging library originally designed for AfterStep
MAKE_JOBS_UNSAFE= yes
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
ungif.5:${PORTSDIR}/graphics/libungif \
png.6:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
freetype.9:${PORTSDIR}/print/freetype2
LICENSE= LGPL21
USE_BZIP2= yes
USE_XORG= xext
USE_GNOME= gnometarget librsvg2
USE_GNOME= librsvg2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-staticlibs --enable-sharedlibs \
--without-builtin-ungif --without-afterbase \
--with-x
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
MAN1= ascompose.1x
MAN3= ascmap.3x afterimage.3x ascompose.3x asflip.3x asfont.3x asgrad.3x \
asimage.3x asimagexml.3x asmerge.3x asscale.3x astext.3x astile.3x \
asview.3x asvisual.3x blender.3x char2uni.3x common.3x export.3x \
imencdec.3x import.3x transform.3x ximage.3x
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>

View file

@ -1,3 +1,2 @@
MD5 (libAfterImage-1.18.tar.bz2) = 56a455b7710e2f3e2f9748777e87b8cd
SHA256 (libAfterImage-1.18.tar.bz2) = f1562240f1dd3a180e07436ee28a993a707654a339d997ad0512692d3fc32312
SIZE (libAfterImage-1.18.tar.bz2) = 1050328
SHA256 (libAfterImage-1.20.tar.bz2) = 6e233253f4d1dd22dfce9f9a245cc036d814fc99ba7f6732f4e345de62cfe458
SIZE (libAfterImage-1.20.tar.bz2) = 1017055

View file

@ -56,15 +56,6 @@
$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIBDIR)/$(LIB_SHARED); \
if test `uname` = "Linux"; then \
if test $(LIBDIR) = "/lib" || test $(LIBDIR) = "/usr/lib"; then \
@@ -232,7 +231,7 @@
)
install.apps: install.lib
- @(if test -d apps; then cd apps; make install || exit 1; fi)
+ @(if test -d apps; then cd apps; $(MAKE) install || exit 1; fi)
# uninstallation targets :
#
@@ -391,11 +390,8 @@
$(LIB_SHARED): $(LIB_SHARED).$(LIBVERMAJOR)
$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIB_SHARED)

View file

@ -1,6 +1,7 @@
bin/afterimage-config
bin/afterimage-libs
bin/ascompose
bin/ascheckttf
bin/asflip
bin/asgrad
bin/asi18n