diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-13 06:07:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-13 06:07:06 +0800 |
commit | 045bc4044ca95c6181750a6ed015f5db997c44df (patch) | |
tree | 43b2e99250757dcb1e11500953974afc8a1dbb20 /x11-wm | |
parent | 135bed58371c7c41d2bde18083f4184f2a395969 (diff) | |
download | freebsd-ports-graphics-045bc4044ca95c6181750a6ed015f5db997c44df.tar.gz freebsd-ports-graphics-045bc4044ca95c6181750a6ed015f5db997c44df.tar.zst freebsd-ports-graphics-045bc4044ca95c6181750a6ed015f5db997c44df.zip |
Mark this port as deprecated. The project has been abandoned, and the port
no longer builds.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/expocity/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/expocity/Makefile b/x11-wm/expocity/Makefile index 268983548e2..efe2aee9d37 100644 --- a/x11-wm/expocity/Makefile +++ b/x11-wm/expocity/Makefile @@ -31,4 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" +DEPRECATED= project has been abandoned +EXPIRATION_DATE= 2009-01-31 + .include <bsd.port.mk> |