openbsd-ports/www/mozplugger/Makefile
sthen d1b1949727 Drop maintainer at his request & bump package. "a) i don't use it anymore
b) it's buggy and c) there are better plugins these days that do specific
jobs way better."

He suggests removing it entirely if there are no objections.
2009-02-04 09:05:48 +00:00

45 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.4 2009/02/04 09:05:48 sthen Exp $
SHARED_ONLY= Yes
COMMENT= load programs inside browser to view movies, pdfs, etc
DISTNAME= mozplugger-1.8.1
PKGNAME= ${DISTNAME}p1
CATEGORIES= www
HOMEPAGE= http://mozplugger.mozdev.org
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 c
MASTER_SITES= ${HOMEPAGE}/files/
USE_X11= Yes
NO_REGRESS= Yes
ALL_TARGET= openbsd
FLAVORS= debug
FLAVOR?=
# set TMPDIR before starting browser. A 'mozdebug'
# file is generated in that location.
.if ${FLAVOR:L} == "debug"
DEBUG= -g
CFLAGS+= -DDEBUG
.endif
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/mozplugger-helper ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKBUILD}/mozplugger-controller ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/lib/mozilla-plugins
${INSTALL_DATA} ${WRKBUILD}/mozplugger.so ${PREFIX}/lib/mozilla-plugins
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mozplugger
${INSTALL_DATA} ${WRKSRC}/mozpluggerrc \
${PREFIX}/share/examples/mozplugger
${INSTALL_MAN} ${WRKSRC}/mozplugger.7 ${PREFIX}/man/man7
.include <bsd.port.mk>