aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/fpc-bzip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/fpc-bzip2/Makefile')
0 files changed, 0 insertions, 0 deletions
cs/qvplay/Makefile?h=gstreamer0.10-removal&id=eb8b4030cbfe6d765353fd618f50122104910cfc'>eb8b4030cbfe
1c7e1c0cefcd


eb8b4030cbfe
1c7e1c0cefcd


1c7e1c0cefcd
























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
                                              
                            

                                                                  
                                                         

                           























                                                                           
# New ports collection makefile for:    qvplay
# Version required: 0.92
# Date created:     2 May 1997
# Whom:         Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.1.1.1 1997/05/20 06:19:51 asami Exp $
#

DISTNAME=   qvplay-0.92
CATEGORIES= graphics
MASTER_SITES=   http://www.asahi-net.or.jp/~xg2k-hys/

MAINTAINER= itojun@itojun.org

RESTRICTED= "Redistribution prohibited since it is in beta test period"

WRKSRC=     ${WRKDIR}/QVplay092/obj/FreeBSD
GNU_CONFIGURE=  yes

DOC=    README README.eng README.FreeBSD FAQ.txt HISTORY PROTOCOL.txt \
    PROTOCOL.eng

pre-configure:
    @( cd ${WRKDIR}/QVplay092; ./setup FreeBSD )

post-install:
    ${MKDIR} ${PREFIX}/share/doc/qvplay
    for i in ${DOC}; do \
        ${INSTALL_DATA} ${WRKSRC}/../../$$i \
            ${PREFIX}/share/doc/qvplay; \
    done
    ${CAT} ${PKGDIR}/MESSAGE

.include <bsd.port.mk>