blob: 39de7c0395d1446bc5a43a77300a0055553b91d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile.common,v 1.8 2005/06/04 00:21:05 wiz Exp $
#
DISTNAME= swfdec-0.2.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swfdec/}
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://swfdec.sourceforge.net/
COMMENT= Library for rendering Flash(R) animations and games
DISTINFO_FILE= ${.CURDIR}/../../graphics/swfdec/distinfo
PATCHDIR= ${.CURDIR}/../../graphics/swfdec/patches
GNU_CONFIGURE= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= swfdec.pc.in
pre-install:
${ECHO} "install:" >${WRKSRC}/plugin/Makefile
.include "../../devel/pkgconfig/buildlink3.mk"
|