1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/qdecoder/Makefile
Steve Price e08ba3a685 Adding qdecoder version 5.0.7.
A CGI library for C/C++ language programming.

PR:		16373
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>
2000-01-29 22:38:44 +00:00

22 lines
558 B
Makefile

# New ports collection makefile for: qDecoder library
# Version required: 5
# Date created: Sep 10 1999
# Whom: CHOI Junho <cjh@kr.freebsd.org>
#
# $FreeBSD$
#
DISTNAME= qDecoder-5.0.7
CATEGORIES= www
MASTER_SITES= ftp://ftp.hongik.com/pub/qDecoder/
EXTRACT_SUFX= .tar.Z
MAINTAINER= cjh@kr.FreeBSD.org
post-install:
${MKDIR} ${PREFIX}/share/examples/qDecoder
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/qDecoder
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/qDecoder
.include <bsd.port.mk>