diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 02:25:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 02:25:15 +0000 |
commit | 653a866f4f8fcfad10dd7520c97a5a343eb554a5 (patch) | |
tree | bd2f1ab93a74678d0e8304978fd970f327548289 /graphics/libafterimage | |
parent | dc5b9487530aa1d5fa6e8ccedff43472ec7bf39e (diff) | |
download | ports-653a866f4f8fcfad10dd7520c97a5a343eb554a5.tar.gz ports-653a866f4f8fcfad10dd7520c97a5a343eb554a5.zip |
Notes
Diffstat (limited to 'graphics/libafterimage')
-rw-r--r-- | graphics/libafterimage/Makefile | 22 | ||||
-rw-r--r-- | graphics/libafterimage/distinfo | 5 | ||||
-rw-r--r-- | graphics/libafterimage/files/patch-Makefile.in | 9 | ||||
-rw-r--r-- | graphics/libafterimage/pkg-plist | 1 |
4 files changed, 13 insertions, 24 deletions
diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index 4f627ad9f866..990d002886e9 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -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 -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> diff --git a/graphics/libafterimage/distinfo b/graphics/libafterimage/distinfo index c36807f81cac..c6d818c78ab2 100644 --- a/graphics/libafterimage/distinfo +++ b/graphics/libafterimage/distinfo @@ -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 diff --git a/graphics/libafterimage/files/patch-Makefile.in b/graphics/libafterimage/files/patch-Makefile.in index e4d761b6f8e1..7e09800ea376 100644 --- a/graphics/libafterimage/files/patch-Makefile.in +++ b/graphics/libafterimage/files/patch-Makefile.in @@ -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) diff --git a/graphics/libafterimage/pkg-plist b/graphics/libafterimage/pkg-plist index 8faa2ffdff86..0607b0ae3919 100644 --- a/graphics/libafterimage/pkg-plist +++ b/graphics/libafterimage/pkg-plist @@ -1,6 +1,7 @@ bin/afterimage-config bin/afterimage-libs bin/ascompose +bin/ascheckttf bin/asflip bin/asgrad bin/asi18n |