freebsd-ports/www/xpi-unplug/Makefile
Florian Smeets def9642127 update to 2.050
Submitted by:	clutton <clutton0@gmail.com>
2012-02-03 21:10:45 +00:00

24 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>