diff options
author | db <db@FreeBSD.org> | 2018-07-21 01:39:34 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2018-07-21 01:39:34 +0800 |
commit | 69ea7853bda11ab450a84e7ce1113cb579b7f37b (patch) | |
tree | 1179227b86d8ef08356daead77fe6b19482e2a91 /comms | |
parent | a1cb305fc6586d83659ece4e1d42674fbefbdd22 (diff) | |
download | freebsd-ports-gnome-69ea7853bda11ab450a84e7ce1113cb579b7f37b.tar.gz freebsd-ports-gnome-69ea7853bda11ab450a84e7ce1113cb579b7f37b.tar.zst freebsd-ports-gnome-69ea7853bda11ab450a84e7ce1113cb579b7f37b.zip |
This port is no longer maintained upstream and furthermore has no
server to connect to. Quite obsolete.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xwota/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/xwota/Makefile b/comms/xwota/Makefile index abc6cfd3513d..ce5d7f060812 100644 --- a/comms/xwota/Makefile +++ b/comms/xwota/Makefile @@ -13,6 +13,9 @@ COMMENT= X version of who is on the air LICENSE= GPLv2 +DEPRECATED= No server message and no upstream releases +EXPIRATION_DATE= 2018-07-27 + USES= gmake pkgconfig libtool USE_GNOME= gtk20 GNU_CONFIGURE= yes @@ -28,7 +31,7 @@ post-install: ${WRKSRC}/INSTALL \ ${WRKSRC}/NEWS \ ${WRKSRC}/TODO - @${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR} .endfor .include <bsd.port.mk> |