12 lines
312 B
Makefile
12 lines
312 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= GluePlugin
|
|
SVNREV= 15708
|
|
MASTER_SITES= http://protey.ru/freebsd/distfiles/ \
|
|
${MASTER_SITE_LOCAL:S!$!skv/!}
|
|
|
|
COMMENT= Allow to format tags and arguments on multiple lines
|
|
|
|
.include "${.CURDIR}/../twiki/bsd.twiki.mk"
|
|
.include <bsd.port.mk>
|