1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net-p2p/verlihub-plugins-messanger/Makefile
Alexey Dokuchaev bb4db2752a - Fix the build of verlihub-plugins-luascript: careless patching with sed(1)
resulted in wrong HAVE_LUA_5_0 (instead of correct HAVE_LUA_5_1) macro to
  be defined in generated `config.h' header file
- Stagify and cleanup all verlihub-plugins* ports while I'm at here
2014-06-25 09:56:15 +00:00

17 lines
361 B
Makefile

# Created by: Mikle Davidkin <skylord@vt.net.ru>
# $FreeBSD$
PORTNAME= messanger
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= SF/verlihub/VH_Messanger/${DISTVERSION}
MAINTAINER= me@skylord.ru
PLUGIN_DESC= Messanger
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"
.include <bsd.port.post.mk>