blob: 7468a48d5a8b3d464b1f6743eb2d0aaa94570a08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.3 2003/07/17 22:56:21 grant Exp $
DISTNAME= asnap
PKGNAME= ${DISTNAME}-1.0
WRKSRC= ${WRKDIR}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/}
MAINTAINER= he@NetBSD.org
COMMENT= Takes a snapshot of a region of the screen
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
|