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 |
|