freebsd-ports/www/qdecoder/Makefile

36 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: qDecoder library
# Date created: Sep 10 1999
2000-06-25 10:02:23 -04:00
# Whom: CHOI Junho <cjh@FreeBSD.org>
#
# $FreeBSD$
#
2000-04-14 22:03:06 -04:00
PORTNAME= qDecoder
2001-08-25 04:42:42 -04:00
PORTVERSION= 7.0
CATEGORIES= www
2000-06-25 10:02:23 -04:00
MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/\
ftp://ftp2.qDecoder.org/pub/qDecoder/
EXTRACT_SUFX= .tar.Z
2000-06-25 10:02:23 -04:00
MAINTAINER= cjh@FreeBSD.org
GNU_CONFIGURE= YES
post-install:
2000-06-25 10:02:23 -04:00
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
${MKDIR} ${PREFIX}/share/doc/qDecoder
2001-08-25 04:42:42 -04:00
.for doc in AUTHORS DISCLAIMER README REFERENCE qDecoder.jpg
2000-06-25 10:02:23 -04:00
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/qDecoder
.endfor
${MKDIR} ${PREFIX}/share/examples/qDecoder
2000-06-25 10:02:23 -04:00
-${RM} ${WRKSRC}/examples/*.o ${WRKSRC}/examples/*.cgi \
2000-10-09 12:05:44 -04:00
${WRKSRC}/examples/Makefile.in
2001-08-25 04:42:42 -04: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 10:02:23 -04:00
.include <bsd.port.mk>