diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-16 21:03:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-16 21:03:20 +0800 |
commit | 7a7fd76f0b7868b3dfac26bca2989e5d3af4c174 (patch) | |
tree | 9afc8a577e28b2c7c20194fcb6499b170fcc6a1d /comms | |
parent | a2d81081bf7df4ac9fc07602144855c378b115a9 (diff) | |
download | freebsd-ports-graphics-7a7fd76f0b7868b3dfac26bca2989e5d3af4c174.tar.gz freebsd-ports-graphics-7a7fd76f0b7868b3dfac26bca2989e5d3af4c174.tar.zst freebsd-ports-graphics-7a7fd76f0b7868b3dfac26bca2989e5d3af4c174.zip |
Another bunch of deprecation: no more public distfiles and/or abandonware
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gsmlib/Makefile | 3 | ||||
-rw-r--r-- | comms/mserver/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 4ad9282eaca..53d083ef404 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= http://www.pxh.de/fs/gsmlib/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A library to access GSM mobile phones through GSM modems +DEPRECATED= Look like an abandonware, no more public distfile +EXPIRATION_DATE= 2011-08-01 + USE_GNOME= gnometarget lthack USE_GMAKE= yes USE_AUTOTOOLS= libtool diff --git a/comms/mserver/Makefile b/comms/mserver/Makefile index be317363387..85ab34c3dd2 100644 --- a/comms/mserver/Makefile +++ b/comms/mserver/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Network modem sharing server +DEPRECATED= Looks like an abandonware, no more public distfiles +EXPIRATION_DATE= 2011-08-01 + MAKE_ARGS= CC="${CC}" CCOPTS="${CFLAGS}" do-install: |