mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
25 lines
404 B
Makefile
25 lines
404 B
Makefile
COMMENT= free implementation of Cisco VMPS
|
|
|
|
V= 1.4.06
|
|
REVISION= 2
|
|
DISTNAME= vmpsd-${V}
|
|
PKGNAME= openvmps-${V}
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://vmps.sourceforge.net/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=vmps/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/openvmps
|
|
|
|
.include <bsd.port.mk>
|