diff options
author | linimon <linimon@FreeBSD.org> | 2008-08-19 17:32:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-08-19 17:32:52 +0800 |
commit | ea976cdb16959d15027b99b55a1161571d10e3eb (patch) | |
tree | da2027a76749d1b422066b7c99c0b9f3d9cb5812 /x11-wm/flwm | |
parent | c43903b7eba7a4bbd1ec0fe36b77fc790715bdb0 (diff) | |
download | freebsd-ports-gnome-ea976cdb16959d15027b99b55a1161571d10e3eb.tar.gz freebsd-ports-gnome-ea976cdb16959d15027b99b55a1161571d10e3eb.tar.zst freebsd-ports-gnome-ea976cdb16959d15027b99b55a1161571d10e3eb.zip |
Mark as DEPRECATED: no longer developed, and depends on obsolete version
of fltk, which is also no longer supported.
Submitted by: maintainer
Diffstat (limited to 'x11-wm/flwm')
-rw-r--r-- | x11-wm/flwm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile index 3ee04a392787..0616386ec737 100644 --- a/x11-wm/flwm/Makefile +++ b/x11-wm/flwm/Makefile @@ -13,9 +13,12 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gj EXTRACT_SUFX= .tgz -MAINTAINER= gj@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The Fast Light Window Manager +DEPRECATED= Project is dead, and uses obsolete version of fltk +EXPIRATION_DATE= 2008-10-19 + LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk MAKE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS} |