mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
443 B
Makefile
22 lines
443 B
Makefile
PORTROACH= limitw:1,even
|
|
|
|
CATEGORIES += net
|
|
|
|
HOMEPAGE_TP= https://telepathy.freedesktop.org/components/
|
|
|
|
# If there is no real page, or only a CategoryFoo,
|
|
# fallback to the default homepage.
|
|
.if !defined(HOMEPAGE)
|
|
HOMEPAGE= ${HOMEPAGE_TP}
|
|
.endif
|
|
|
|
SITES_TP= https://telepathy.freedesktop.org/releases/
|
|
DIST_SUBDIR= telepathy
|
|
|
|
# BSD/GPL/LGPL
|
|
PERMIT_PACKAGE?= Yes
|
|
|
|
MAINTAINER ?= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
CONFIGURE_STYLE?=gnu
|