summaryrefslogtreecommitdiff
path: root/www/plugger/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-25 22:14:30 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-25 22:14:30 +0000
commite2a1e8f6705a784b3c937e91ed106292b3f5368b (patch)
treeab1dffb62bd6ca38e3c47f3b5f10751874495e70 /www/plugger/Makefile
parentAdd non-X support by building with NO_X11 defined. (diff)
Plugger is a multimedia plugin for Unix Netscape that handles
all types of formats. It is a very small plugin because it uses external programs to show/play the different formats. PR: 10103 Submitted by:Jay Sachs <sachs@cs.williams.edu>
Notes
Notes: svn path=/head/; revision=19780
Diffstat (limited to 'www/plugger/Makefile')
-rw-r--r--www/plugger/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/www/plugger/Makefile b/www/plugger/Makefile
new file mode 100644
index 000000000000..96ef05d27b5a
--- /dev/null
+++ b/www/plugger/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: plugger
+# Version required: 3.0
+# Date created: 11 Februrary 1999
+# Whom: Jay Sachs <sachs@cs.williams.edu>
+#
+# $Id$
+#
+
+DISTNAME= plugger-3.0
+CATEGORIES= www
+MASTER_SITES= http://www.hubbe.net/~hubbe/plugger/ \
+ ftp://ftp.netscape.com/pub/sdk/plugin/unix/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} unix-sdk-3.0b5.tar.Z
+
+MAINTAINER= sachs@cs.williams.edu
+
+RUN_DEPENDS= ${LOCALBASE}/lib/netscape/plugins:${PORTSDIR}/www/netscape46-navigator
+
+MAN7= plugger.7
+MANCOMPRESSED= no
+
+post-patch:
+ ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
+ ${SED} \
+ -e 's#/usr/local/#${PREFIX}/#' \
+ -e 's#/usr/X11/#${X11BASE}/#' \
+ -e 's#/etc/pluggerrc#${PREFIX}/etc/pluggerrc.sample#' \
+ -e 's# /etc/ # ${PREFIX}/etc/pluggerrc.sample #' \
+ ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile
+
+post-install:
+ @${CAT} ${PKGMESSAGE} | ${SED} -e 's:/usr/local:${PREFIX}:'
+
+.include <bsd.port.mk>