1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/www/xpi-unplug/Makefile
Andrew Pantyukhin c98748e003 - Update to 1.6.06
Approved by:	chinsan (maintainer)
2007-07-05 16:46:33 +00:00

24 lines
479 B
Makefile

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