diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-20 06:19:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-20 06:19:51 +0000 |
commit | 67b498a63bbbaa67eafdd2aa7f6a5f3360b70c8e (patch) | |
tree | e5e577980174748ffa5524784a2c3ace295e56f1 /graphics/qvplay/Makefile | |
parent | 0e54482cb48c77caf98548b0c83bf70843041b60 (diff) | |
download | ports-67b498a63bbbaa67eafdd2aa7f6a5f3360b70c8e.tar.gz ports-67b498a63bbbaa67eafdd2aa7f6a5f3360b70c8e.zip |
Notes
Diffstat (limited to 'graphics/qvplay/Makefile')
-rw-r--r-- | graphics/qvplay/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile new file mode 100644 index 000000000000..5080e449e575 --- /dev/null +++ b/graphics/qvplay/Makefile @@ -0,0 +1,34 @@ +# 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> |