1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/qvplay/Makefile

35 lines
765 B
Makefile
Raw Normal View History

# New ports collection makefile for: qvplay
# Date created: 2 May 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id$
#
DISTNAME= qvplay-0.92
PKGNAME= qvplay
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>