summaryrefslogtreecommitdiff
path: root/graphics/libflash/Makefile
blob: 57ff7df9163f7956d7d0dd94e8b2d1aad4fb8301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.1.1.1 2000/08/28 17:33:50 rh Exp $
#

PKGNAME=	lib${DISTNAME}

DEPENDS+=	jpeg-6b:../../graphics/jpeg

USE_LIBTOOL=	yes

do-build:
		cd ${WRKSRC}/Lib && make

do-install:
		cd ${WRKSRC}/Lib && make install

.include	"Makefile.common"