diff options
author | pav <pav@FreeBSD.org> | 2004-11-18 17:55:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-18 17:55:55 +0800 |
commit | 1d933fc601b17af3189c82c4f99dd11b119f04c0 (patch) | |
tree | e8f8483dc720263e4f672b87938e3740f8e4cc9f /graphics/flashplayer | |
parent | cf8f30a7eea8c5a0f62320cbd27c654ef4f50444 (diff) | |
download | freebsd-ports-gnome-1d933fc601b17af3189c82c4f99dd11b119f04c0.tar.gz freebsd-ports-gnome-1d933fc601b17af3189c82c4f99dd11b119f04c0.tar.zst freebsd-ports-gnome-1d933fc601b17af3189c82c4f99dd11b119f04c0.zip |
- Switch to ./configure make make install way
Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org>
Diffstat (limited to 'graphics/flashplayer')
-rw-r--r-- | graphics/flashplayer/Makefile | 9 | ||||
-rw-r--r-- | graphics/flashplayer/files/Makefile | 10 |
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> |