def9642127
Submitted by: clutton <clutton0@gmail.com>
23 lines
482 B
Makefile
23 lines
482 B
Makefile
# New ports collection makefile for: xpi-unplug
|
|
# Date created: 2006/05/06
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= unplug
|
|
DISTVERSION= 2.050
|
|
DISTVERSIONSUFFIX= -fx+sm
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= gecko@FreeBSD.org
|
|
COMMENT= Converts embedded media to html links
|
|
|
|
XPI_ID= unplug@compunach
|
|
XPI_NUM= 2254
|
|
|
|
xpi-post-extract:
|
|
${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|