freebsd-ports/www/qdecoder/Makefile

37 lines
1.2 KiB
Makefile
Raw Normal View History

# 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>
#
# $FreeBSD$
#
2000-04-15 04:03:06 +02:00
PORTNAME= qDecoder
2001-08-25 10:42:42 +02:00
PORTVERSION= 7.0
CATEGORIES= www
2000-06-25 16:02:23 +02:00
MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/\
ftp://ftp2.qDecoder.org/pub/qDecoder/
EXTRACT_SUFX= .tar.Z
2000-06-25 16:02:23 +02:00
MAINTAINER= cjh@FreeBSD.org
COMMENT= CGI library for C/C++ language programming
2000-06-25 16:02:23 +02:00
GNU_CONFIGURE= YES
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
${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-06-25 16:02:23 +02:00
.include <bsd.port.mk>