blob: 5b24d9183a85b6669ce987901cd70c87230f98c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.7 2004/01/20 12:18:17 agc Exp $
#
DISTNAME= qvplay-0.94
CATEGORIES= graphics
MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/
MAINTAINER= jwise@NetBSD.org
HOMEPAGE= http://www.asahi-net.or.jp/~xg2k-hys/index-e.html
COMMENT= Software for use with CASIO QV digital cameras
RESTRICTED= Undistributable development version.
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}/QVplay094/src
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|