2000-01-29 23:38:44 +01:00
|
|
|
# New ports collection makefile for: qDecoder library
|
|
|
|
# Date created: Sep 10 1999
|
2000-06-25 16:02:23 +02:00
|
|
|
# Whom: CHOI Junho <cjh@FreeBSD.org>
|
2000-01-29 23:38:44 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-15 04:03:06 +02:00
|
|
|
PORTNAME= qDecoder
|
2001-08-25 10:42:42 +02:00
|
|
|
PORTVERSION= 7.0
|
2000-01-29 23:38:44 +01:00
|
|
|
CATEGORIES= www
|
2000-06-25 16:02:23 +02:00
|
|
|
MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/\
|
|
|
|
ftp://ftp2.qDecoder.org/pub/qDecoder/
|
2000-01-29 23:38:44 +01:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
2000-06-25 16:02:23 +02:00
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= CGI library for C/C++ language programming
|
2000-06-25 16:02:23 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2000-01-29 23:38:44 +01:00
|
|
|
|
|
|
|
post-install:
|
2000-06-25 16:02:23 +02:00
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/qDecoder
|
2001-08-25 10:42:42 +02:00
|
|
|
.for doc in AUTHORS DISCLAIMER README REFERENCE qDecoder.jpg
|
2000-06-25 16:02:23 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/qDecoder
|
|
|
|
.endfor
|
2000-01-29 23:38:44 +01:00
|
|
|
${MKDIR} ${PREFIX}/share/examples/qDecoder
|
2000-06-25 16:02:23 +02:00
|
|
|
-${RM} ${WRKSRC}/examples/*.o ${WRKSRC}/examples/*.cgi \
|
2000-10-09 18:05:44 +02:00
|
|
|
${WRKSRC}/examples/Makefile.in
|
2001-08-25 10:42:42 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/Makefile ${PREFIX}/share/examples/qDecoder
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.c ${PREFIX}/share/examples/qDecoder
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${PREFIX}/share/examples/qDecoder
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.html ${PREFIX}/share/examples/qDecoder
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.in ${PREFIX}/share/examples/qDecoder
|
2000-01-29 23:38:44 +01:00
|
|
|
|
2000-06-25 16:02:23 +02:00
|
|
|
|
2000-01-29 23:38:44 +01:00
|
|
|
.include <bsd.port.mk>
|