freebsd-ports/www/mozplugger/Makefile
Beech Rintoul 5eb6e8e832 - Update to 1.10.2
- Pass maintainership to submitter

PR:		ports/125316
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by:	portmgr (linimon) maintainer timeout (maintainer email bounces)
2008-07-22 00:43:15 +00:00

26 lines
541 B
Makefile

# New ports collection makefile for: mozplugger
# Date created: 2 June 2005
# Whom: Loren M. Lang <loren@north-winds.org>
#
# $FreeBSD$
#
PORTNAME= mozplugger
PORTVERSION= 1.10.2
CATEGORIES= www
MASTER_SITES= http://mozplugger.mozdev.org/files/
MAINTAINER= rnejdl@ringofsaturn.com
COMMENT= Framework for loading web content in external viewers
USE_XORG= x11 xt
MAN7= mozplugger.7
SUB_FILES= pkg-message
ALL_TARGET= freebsd
post-install:
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>