diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-01 20:51:41 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-01 20:51:41 +0800 |
commit | 53877c9f645ddedab9a5f167859019ea3a6e8a6f (patch) | |
tree | fc33134c759ae5dde8d5dd09a7b45e70fc8afd53 /x11-wm/fvwm | |
parent | 2aa1428ec175749eedeb8e8e43420e2f545e475f (diff) | |
download | freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.gz freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.zst freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.zip |
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index 9e93dae66107..4c7e7e5ce459 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,7 +3,7 @@ # Date created: 25 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1995/03/11 15:07:14 ats Exp $ +# $Id: Makefile,v 1.14 1995/03/27 13:24:18 asami Exp $ # DISTNAME= fvwm @@ -11,6 +11,7 @@ NO_WRKSUBDIR= yes DISTFILES= fvwm-core.tar.gz fvwm-modules.tar.gz \ fvwm-icons.tar.gz MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/ +CATEGORIES+= x11 USE_IMAKE= yes XMKMF= xmkmf LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |