aboutsummaryrefslogtreecommitdiff
path: root/www/mozplugger/Makefile
blob: 33a6a3a00960fecb916cbb22b8eef8d335417e3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:   mozplugger
# Date created:        2 June 2005
# Whom:                Loren M. Lang
#
# $FreeBSD$
#

PORTNAME=	mozplugger
PORTVERSION=	1.7.3
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	lorenl@north-winds.org
COMMENT=	Framework for loading web content in external viewers

EXTRACT_DEPENDS=bzip2:${PORTSDIR}/archivers/bzip2

MAN7=		mozplugger.7

USE_XLIB=	yes

FETCH_CMD=	/usr/bin/fetch -Rr

ALL_TARGET=	freebsd

post-extract:
	${BZIP2_CMD} -d ${WRKSRC}/mozplugger.7.bz2

post-install:
	@${ECHO_MSG}
	@${CAT} ${PKGMESSAGE}
	@${ECHO_MSG}

.include <bsd.port.mk>