aboutsummaryrefslogtreecommitdiff
path: root/graphics/tifmerge/Makefile
blob: d54c988e8c15acd33597fd344fd0f53680360631 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
PORTNAME=	tifmerge
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	graphics
MASTER_SITES=	http://www.whizkidtech.redprince.net/fports/
DISTNAME=	tiff

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library to merge TIFF files into multi-page TIFF files
WWW=		http://www.whizkidtech.redprince.net/fports/

USES=		dos2unix zip
DOS2UNIX_GLOB=	*.[ch]
USE_LDCONFIG=	yes
NO_WRKSUBDIR=	yes
DIST_SUBDIR=	tifmerge

PLIST_FILES=	lib/libtifmerge.a \
		include/tifmerge.h \
		lib/libtifmerge.so \
		lib/libtifmerge.so.1 \
		share/man/man3/tifmerge.3.gz

post-extract:
	@${MV} ${WRKSRC}/TIFMERGE.H ${WRKSRC}/tifmerge.h
	@${MV} ${WRKSRC}/TIFMERGE.C ${WRKSRC}/tifmerge.c
	@${CP} ${FILESDIR}/Makefile ${WRKSRC}
	@${SED} -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/tifmerge.3 > \
		${WRKSRC}/tifmerge.3

do-install:
	${INSTALL_LIB} ${WRKSRC}/libtifmerge.so.1 ${STAGEDIR}${PREFIX}/lib
	${LN} -fs libtifmerge.so.1 ${STAGEDIR}${PREFIX}/lib/libtifmerge.so
	${INSTALL_DATA} ${WRKSRC}/libtifmerge.a ${STAGEDIR}${PREFIX}/lib
	${INSTALL_DATA} ${WRKSRC}/tifmerge.h ${STAGEDIR}${PREFIX}/include
	${INSTALL_MAN} ${WRKSRC}/tifmerge.3 ${STAGEDIR}${PREFIX}/share/man/man3

.include <bsd.port.mk>