aboutsummaryrefslogtreecommitdiff
path: root/graphics/libafterimage/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-15 16:49:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-15 16:49:35 +0000
commitfef71a8ec123bc2f2695aad15c370a87f73767dc (patch)
tree73785099ebe6f3b7d0044552e3c90fe7bdc10024 /graphics/libafterimage/Makefile
parentf9fc095cc872f7276bdf75e7558d6648c0f8993b (diff)
downloadports-fef71a8ec123bc2f2695aad15c370a87f73767dc.tar.gz
ports-fef71a8ec123bc2f2695aad15c370a87f73767dc.zip
Notes
Diffstat (limited to 'graphics/libafterimage/Makefile')
-rw-r--r--graphics/libafterimage/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile
index d1ef8bc66e18..fdbecc662255 100644
--- a/graphics/libafterimage/Makefile
+++ b/graphics/libafterimage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libafterimage
PORTVERSION= 1.20
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/afterstep/libAfterImage/${PORTVERSION}
DISTNAME= libAfterImage-${PORTVERSION}
@@ -11,7 +11,7 @@ DISTNAME= libAfterImage-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic imaging library originally designed for AfterStep
-LICENSE= LGPL21
+LICENSE= LGPL21 # or later
LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
@@ -37,8 +37,6 @@ OPTIONS_DEFINE_i386= MMX
MMX_CONFIGURE_ENABLE= mmx-optimization
-.include <bsd.port.options.mk>
-
post-extract:
@${LN} -sf ${WRKSRC} ${WRKDIR}/libAfterImage
@@ -48,6 +46,7 @@ post-patch:
s| malloc\.h | |g' ${WRKSRC}/configure
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libAfterImage.so
(cd ${WRKSRC}/apps && ${INSTALL_MAN} ascompose.man \
${STAGEDIR}${MANPREFIX}/man/man1/ascompose.1x)