diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-06-23 13:27:29 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-06-23 13:27:29 +0000 |
commit | 6ee631b3264ab01327106a6c146a8a19fd6844a5 (patch) | |
tree | 72711f1820e01f02e7ad3b9520bac9a5096f220f /x11/fast-user-switch-applet/Makefile | |
parent | f28ade93bcbe37303995122080b7912e983d5b37 (diff) |
Notes
Diffstat (limited to 'x11/fast-user-switch-applet/Makefile')
-rw-r--r-- | x11/fast-user-switch-applet/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile new file mode 100644 index 000000000000..af7e2fe77bfe --- /dev/null +++ b/x11/fast-user-switch-applet/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: user-selector-applet +# Date created: 8 May 2004 +# Whom: Alexander Nedotsukov <bland@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= user-selector-applet +PORTVERSION= 0.0.7 +CATEGORIES= x11 gnome +MASTER_SITES= http://esco.mine.nu/downloads/ +DIST_SUBDIR= gnome2 + +MAINTAINER= bland@FreeBSD.org +COMMENT= Fast user switching applet for GNOME + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gtk20 gnomepanel +USE_LIBTOOL_VER= 13 +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |