1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/qdecoder/Makefile
2000-04-15 02:03:06 +00:00

22 lines
546 B
Makefile

# New ports collection makefile for: qDecoder library
# Date created: Sep 10 1999
# Whom: CHOI Junho <cjh@kr.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= qDecoder
PORTVERSION= 5.0.8
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>