freebsd-ports/www/mozplugger/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

35 lines
669 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= 3
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
USE_XORG= x11 xt
MAN7= mozplugger.7
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>