diff options
Diffstat (limited to 'www/twiki-InterwikiPlugin/Makefile')
-rw-r--r-- | www/twiki-InterwikiPlugin/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/twiki-InterwikiPlugin/Makefile b/www/twiki-InterwikiPlugin/Makefile new file mode 100644 index 000000000000..4738f4710270 --- /dev/null +++ b/www/twiki-InterwikiPlugin/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: twiki-InterwikiPlugin +# Date created: 17 April 2008 +# +# $FreeBSD$ +# + +PORTNAME= InterwikiPlugin +SVNREV= 16417 + +COMMENT= Wikilink to external sites + +.include "${.CURDIR}/../twiki/bsd.twiki.mk" +.include <bsd.port.mk> |