2005-06-03 14:46:45 +02:00
|
|
|
# New ports collection makefile for: mozplugger
|
|
|
|
# Date created: 2 June 2005
|
2008-07-22 02:43:15 +02:00
|
|
|
# Whom: Loren M. Lang <loren@north-winds.org>
|
2005-06-03 14:46:45 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mozplugger
|
2008-10-12 07:31:57 +02:00
|
|
|
PORTVERSION= 1.11.0
|
2005-06-03 14:46:45 +02:00
|
|
|
CATEGORIES= www
|
2008-07-22 02:43:15 +02:00
|
|
|
MASTER_SITES= http://mozplugger.mozdev.org/files/
|
2005-06-03 14:46:45 +02:00
|
|
|
|
2008-07-22 02:43:15 +02:00
|
|
|
MAINTAINER= rnejdl@ringofsaturn.com
|
2005-06-03 14:46:45 +02:00
|
|
|
COMMENT= Framework for loading web content in external viewers
|
|
|
|
|
- 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 19:56:05 +02:00
|
|
|
USE_XORG= x11 xt
|
2005-06-03 14:46:45 +02:00
|
|
|
MAN7= mozplugger.7
|
2008-07-22 02:43:15 +02:00
|
|
|
SUB_FILES= pkg-message
|
2005-06-03 14:46:45 +02:00
|
|
|
ALL_TARGET= freebsd
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO_MSG}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
@${ECHO_MSG}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|