4cffd86a29
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
19 lines
433 B
Makefile
19 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.7 2000/02/15 09:26:21 agc Exp $
|
|
#
|
|
|
|
DISTNAME= cqcam-0.45a
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= http://www.cs.duke.edu/~reynolds/cqcam/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.cs.duke.edu/~reynolds/cqcam/
|
|
|
|
DEPENDS= jpeg-6b:../../graphics/jpeg
|
|
DEPENDS+= tk-8.0.5:../../x11/tk80
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-i386
|
|
|
|
LICENSE= no-profit
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|