aboutsummaryrefslogtreecommitdiffstats
path: root/www/qdecoder/Makefile
blob: 4942ed3748a28410bed0330610bb7d263d5fa655 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    qDecoder library
# Date created:         Sep 10 1999
# Whom:                 CHOI Junho <cjh@kr.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   qDecode
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>