freebsd-ports/www/mozplugger/Makefile
Rong-En Fan 43429dd2e3 - Update to 1.11.0
PR:		ports/127879
Submitted by:	Rusty Nejdl <rnejdl at tethys.ringofsaturn.com> (maintainer)
2008-10-12 05:31:57 +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.11.0
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>