aboutsummaryrefslogtreecommitdiff
path: root/www/qdecoder/Makefile
blob: 4c48ec67eb9272df1222975f085741dc2eeb3881 (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
# New ports collection makefile for:    qDecoder library
# Date created:         Sep 10 1999
# Whom:                 CHOI Junho <cjh@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	qDecoder
PORTVERSION=	6.0.3
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.qDecoder.org/pub/qDecoder/\
		ftp://ftp2.qDecoder.org/pub/qDecoder/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	cjh@FreeBSD.org

GNU_CONFIGURE=	YES

post-install:
	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
	${MKDIR} ${PREFIX}/share/doc/qDecoder
.for doc in AUTHORS DISCLAIMER README README.pdf qDecoder.jpg
	${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/qDecoder
.endfor
	${MKDIR} ${PREFIX}/share/examples/qDecoder
	-${RM} ${WRKSRC}/examples/*.o ${WRKSRC}/examples/*.cgi \
	      ${WRKSRC}/examples/Makefile.in
	${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/qDecoder


.include <bsd.port.mk>