diff options
author | rh <rh@pkgsrc.org> | 2000-08-28 17:33:50 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-28 17:33:50 +0000 |
commit | c3c86c282b3bc34cf9514a6c74769106405881a3 (patch) | |
tree | 805733984c5474379c9f0dc7e22264fe9d5d0807 /graphics/libflash/Makefile | |
parent | 43b5e486037875d08e7c2858376c5d2b824b48e5 (diff) | |
download | pkgsrc-c3c86c282b3bc34cf9514a6c74769106405881a3.tar.gz |
Initial import of libflash-0.4.10, a GPL library for playing Flash[tm]
movies. Provided in private mail by hubertf with some changes by myself
to split up the package into separate library, player, and plugin parts.
Diffstat (limited to 'graphics/libflash/Makefile')
-rw-r--r-- | graphics/libflash/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile new file mode 100644 index 00000000000..57ff7df9163 --- /dev/null +++ b/graphics/libflash/Makefile @@ -0,0 +1,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" |