diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-11-09 22:46:27 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-11-09 22:46:27 +0000 |
commit | af9f98ce513a9f07c6030f2c3b3c8dea94947a8d (patch) | |
tree | ffe5d228ecea79dba741d8a2037f85159c5a7c89 /graphics/bmeps | |
parent | 68b290903b7ba2e17b76db942f8f3cef9ea15085 (diff) | |
download | ports-af9f98ce513a9f07c6030f2c3b3c8dea94947a8d.tar.gz ports-af9f98ce513a9f07c6030f2c3b3c8dea94947a8d.zip |
Notes
Diffstat (limited to 'graphics/bmeps')
-rw-r--r-- | graphics/bmeps/Makefile | 14 | ||||
-rw-r--r-- | graphics/bmeps/distinfo | 6 |
2 files changed, 12 insertions, 8 deletions
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile index def07cc540bc..4d3e1f32f38f 100644 --- a/graphics/bmeps/Makefile +++ b/graphics/bmeps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bmpp -PORTVERSION= 4.8.3 +PORTVERSION= 4.9.5 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION}/src DISTNAME= dktools-${PORTVERSION} @@ -16,22 +16,26 @@ LICENSE_FILE= ${WRKSRC}/bsdlic.txt LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff +CONFLICTS_INSTALL= dktools[0-9]* + GNU_CONFIGURE= yes # We do not want to include sys/termios.h even if it exists, and we do not want # to depend on BDB for db.h (it is used by other parts of dktools). -CONFIGURE_ENV= ac_cv_header_sys_termios_h=no \ - ac_cv_header_db_h=no +CONFIGURE_ENV= ac_cv_header_sys_termios_h=no\ + ac_cv_header_db_h=no\ + DESTDIR=${STAGEDIR} -ALL_TARGET= bmpp USES= gmake jpeg localbase:ldflags -PLIST_FILES= bin/bmpp +ALL_TARGET= bmpp +PLIST_FILES= bin/bmpp man/man1/bmpp.1.gz post-patch: @${REINPLACE_CMD} 's@sz->lsz =@st->lsz =@' ${WRKSRC}/dk3sf.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bmpp ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/man1/bmpp.1 ${STAGEDIR}${PREFIX}/man/man1/ .include <bsd.port.mk> diff --git a/graphics/bmeps/distinfo b/graphics/bmeps/distinfo index d664e4771274..3b57f62a0e8c 100644 --- a/graphics/bmeps/distinfo +++ b/graphics/bmeps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491891984 -SHA256 (dktools-4.8.3.tar.gz) = 350693116c68ff457c693cafad29319e788b8d24424fc24978321ddbe339dd9d -SIZE (dktools-4.8.3.tar.gz) = 11039578 +TIMESTAMP = 1507598599 +SHA256 (dktools-4.9.5.tar.gz) = f4873d44063a49a988aa687fcf63c988c2291993ac965751ec7d5671d38dc345 +SIZE (dktools-4.9.5.tar.gz) = 9970732 |