View | Details | Raw Unified | Return to bug 155859
Collapse All | Expand All

(-)graphics/libafterimage/Makefile (-12 / +10 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	libafterimage
9
PORTNAME=	libafterimage
10
PORTVERSION=	1.18
10
PORTVERSION=	1.20
11
PORTREVISION=	3
12
CATEGORIES=	graphics
11
CATEGORIES=	graphics
13
MASTER_SITES=	SF/afterstep/libAfterImage/${PORTVERSION}
12
MASTER_SITES=	SF/afterstep/libAfterImage/${PORTVERSION}
14
DISTNAME=	libAfterImage-${PORTVERSION}
13
DISTNAME=	libAfterImage-${PORTVERSION}
Lines 16-45 Link Here
16
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	Generic imaging library originally designed for AfterStep
16
COMMENT=	Generic imaging library originally designed for AfterStep
18
17
19
MAKE_JOBS_UNSAFE=	yes
20
21
LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
18
LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
22
		ungif.5:${PORTSDIR}/graphics/libungif \
19
		ungif.5:${PORTSDIR}/graphics/libungif \
23
		png.6:${PORTSDIR}/graphics/png \
20
		png.6:${PORTSDIR}/graphics/png \
24
		tiff.4:${PORTSDIR}/graphics/tiff \
21
		tiff.4:${PORTSDIR}/graphics/tiff \
25
		freetype.9:${PORTSDIR}/print/freetype2
22
		freetype.9:${PORTSDIR}/print/freetype2
26
23
24
LICENSE=	LGPL21
25
27
USE_BZIP2=	yes
26
USE_BZIP2=	yes
28
USE_XORG=	xext
27
USE_XORG=	xext
29
USE_GNOME=	gnometarget librsvg2
28
USE_GNOME=	librsvg2
30
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
31
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
30
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
32
		LDFLAGS="-L${LOCALBASE}/lib"
33
CONFIGURE_ARGS=	--disable-staticlibs --enable-sharedlibs \
31
CONFIGURE_ARGS=	--disable-staticlibs --enable-sharedlibs \
34
		--without-builtin-ungif --without-afterbase \
32
		--without-builtin-ungif --without-afterbase \
35
		--with-x
33
		--with-x
36
USE_LDCONFIG=	yes
34
USE_LDCONFIG=	yes
35
MAKE_JOBS_UNSAFE=	yes
36
37
MAN1=		ascompose.1x
37
38
38
MAN1=	ascompose.1x
39
CPPFLAGS=	-I${LOCALBASE}/include
39
MAN3=	ascmap.3x afterimage.3x ascompose.3x asflip.3x asfont.3x asgrad.3x	\
40
LDFLAGS=	-L${LOCALBASE}/lib
40
	asimage.3x asimagexml.3x asmerge.3x asscale.3x astext.3x astile.3x	\
41
	asview.3x asvisual.3x blender.3x char2uni.3x common.3x export.3x	\
42
	imencdec.3x import.3x transform.3x ximage.3x
43
41
44
.include <bsd.port.pre.mk>
42
.include <bsd.port.pre.mk>
45
43
(-)graphics/libafterimage/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (libAfterImage-1.18.tar.bz2) = 56a455b7710e2f3e2f9748777e87b8cd
1
SHA256 (libAfterImage-1.20.tar.bz2) = 6e233253f4d1dd22dfce9f9a245cc036d814fc99ba7f6732f4e345de62cfe458
2
SHA256 (libAfterImage-1.18.tar.bz2) = f1562240f1dd3a180e07436ee28a993a707654a339d997ad0512692d3fc32312
2
SIZE (libAfterImage-1.20.tar.bz2) = 1017055
3
SIZE (libAfterImage-1.18.tar.bz2) = 1050328
(-)graphics/libafterimage/files/patch-Makefile.in (-9 lines)
Lines 56-70 Link Here
56
 		$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIBDIR)/$(LIB_SHARED); \
56
 		$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIBDIR)/$(LIB_SHARED); \
57
 		if test `uname` = "Linux"; then \
57
 		if test `uname` = "Linux"; then \
58
 		   if test $(LIBDIR) = "/lib" || test $(LIBDIR) = "/usr/lib"; then \
58
 		   if test $(LIBDIR) = "/lib" || test $(LIBDIR) = "/usr/lib"; then \
59
@@ -232,7 +231,7 @@
60
 		)
61
 
62
 install.apps: install.lib
63
-		@(if test -d apps; then cd apps; make install || exit 1; fi)
64
+		@(if test -d apps; then cd apps; $(MAKE) install || exit 1; fi)
65
 
66
 # uninstallation targets : 
67
 #
68
@@ -391,11 +390,8 @@
59
@@ -391,11 +390,8 @@
69
 $(LIB_SHARED): $(LIB_SHARED).$(LIBVERMAJOR)
60
 $(LIB_SHARED): $(LIB_SHARED).$(LIBVERMAJOR)
70
 	$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIB_SHARED)
61
 	$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIB_SHARED)
(-)graphics/libafterimage/pkg-plist (+1 lines)
Lines 1-6 Link Here
1
bin/afterimage-config
1
bin/afterimage-config
2
bin/afterimage-libs
2
bin/afterimage-libs
3
bin/ascompose
3
bin/ascompose
4
bin/ascheckttf
4
bin/asflip
5
bin/asflip
5
bin/asgrad
6
bin/asgrad
6
bin/asi18n
7
bin/asi18n

Return to bug 155859