diff options
author | knu <knu@FreeBSD.org> | 2000-10-14 09:28:52 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-14 09:28:52 +0000 |
commit | 749c8f9fd563518e25523dbce8dc7d493d77878a (patch) | |
tree | 0f2d7bc26eef3864aa9b447abb69352bfc907844 /graphics/libflash/Makefile | |
parent | 09d430de664c2f6cdcff081f9ee9073937436495 (diff) | |
download | FreeBSD-ports-749c8f9fd563518e25523dbce8dc7d493d77878a.zip FreeBSD-ports-749c8f9fd563518e25523dbce8dc7d493d77878a.tar.gz |
Separate libflash from flashplayer after a repocopy.
libflash (FlashLib) is a GPL Flash (TM) Library to play Flash movies.
Diffstat (limited to 'graphics/libflash/Makefile')
-rw-r--r-- | graphics/libflash/Makefile | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile index 22ec7b9..03386e8 100644 --- a/graphics/libflash/Makefile +++ b/graphics/libflash/Makefile @@ -1,27 +1,25 @@ -# New ports collection makefile for: flashplayer -# Date created: 2 October 1999 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# New ports collection makefile for: FlashLib +# Date created: 10 October 2000 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> # # $FreeBSD$ # -PORTNAME= flashplayer -PORTVERSION= 0.4.3 +PORTNAME= libflash +PORTVERSION= 0.4.10 CATEGORIES= graphics -MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \ - http://perso.club-internet.fr/odebon/flash/Linux/ +MASTER_SITES= http://www.swift-tools.com/Flash/ DISTNAME= flash-${PORTVERSION} EXTRACT_SUFX= .tgz -PATCH_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/ -PATCHFILES= flash-0.4.3-fbsd-19990512.patch - MAINTAINER= knu@FreeBSD.org -USE_X_PREFIX= yes -ALL_TARGET= swfplayer +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg + +WRKSRC= ${WRKDIR}/${DISTNAME}/Lib +#MAKE_ARGS= LOCALBASE="${LOCALBASE}" -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/swfplayer ${PREFIX}/bin +pre-build: + ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ .include <bsd.port.mk> |