1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/qdecoder/Makefile

32 lines
870 B
Makefile
Raw Normal View History

# New ports collection makefile for: qDecoder library
# Date created: Sep 10 1999
2000-06-25 14:02:23 +00:00
# Whom: CHOI Junho <cjh@FreeBSD.org>
#
# $FreeBSD$
#
2000-04-15 02:03:06 +00:00
PORTNAME= qDecoder
2001-02-05 15:33:58 +00:00
PORTVERSION= 6.0.3
CATEGORIES= www
2000-06-25 14:02:23 +00:00
MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/\
ftp://ftp2.qDecoder.org/pub/qDecoder/
EXTRACT_SUFX= .tar.Z
2000-06-25 14:02:23 +00:00
MAINTAINER= cjh@FreeBSD.org
GNU_CONFIGURE= YES
post-install:
2000-06-25 14:02:23 +00:00
${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
2000-06-25 14:02:23 +00:00
-${RM} ${WRKSRC}/examples/*.o ${WRKSRC}/examples/*.cgi \
2000-10-09 16:05:44 +00:00
${WRKSRC}/examples/Makefile.in
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/qDecoder
2000-06-25 14:02:23 +00:00
.include <bsd.port.mk>