aboutsummaryrefslogtreecommitdiff
path: root/graphics/flashplayer
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-18 09:55:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-18 09:55:55 +0000
commit97a4c60bafd7264574c920d8ffbb4fe24242773f (patch)
treeef660e5046d828f5ada2b22deb8b4e8fed875d71 /graphics/flashplayer
parent0755df96819f898e5d138feb743350ce9cf955bf (diff)
downloadports-97a4c60bafd7264574c920d8ffbb4fe24242773f.tar.gz
ports-97a4c60bafd7264574c920d8ffbb4fe24242773f.zip
Notes
Diffstat (limited to 'graphics/flashplayer')
-rw-r--r--graphics/flashplayer/Makefile9
-rw-r--r--graphics/flashplayer/files/Makefile10
2 files changed, 5 insertions, 14 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile
index 9ad6bbc96d6b..3ea271ec2ff3 100644
--- a/graphics/flashplayer/Makefile
+++ b/graphics/flashplayer/Makefile
@@ -12,17 +12,18 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gplflash
DISTNAME= gplflash-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= llwang@infor.org
COMMENT= GPL standalone Flash (TM) player
LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash
WRKSRC= ${WRKDIR}/${DISTNAME}/player
-
USE_BZIP2= yes
USE_X_PREFIX= yes
-MAKEFILE= ${FILESDIR}/Makefile
-
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME}
PLIST_FILES= bin/swfplayer
.include <bsd.port.mk>
diff --git a/graphics/flashplayer/files/Makefile b/graphics/flashplayer/files/Makefile
deleted file mode 100644
index de1dd0330786..000000000000
--- a/graphics/flashplayer/files/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-PROG_CXX= swfplayer
-SRCS= main.c
-CFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include
-LDADD= -L${LOCALBASE}/lib -lflash -L${X11BASE}/lib -lX11 -lXext -lm
-NOMAN= YES
-BINDIR= ${X11BASE}/bin
-
-.include <bsd.prog.mk>