mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
37 lines
666 B
Makefile
37 lines
666 B
Makefile
# New ports collection makefile for: mozplugger
|
|
# Date created: 2 June 2005
|
|
# Whom: Loren M. Lang
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mozplugger
|
|
PORTVERSION= 1.7.3
|
|
PORTREVISION= 2
|
|
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>
|