diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-12 21:21:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-12 21:21:14 +0000 |
commit | cf25cf89165b7638378c1223ef231c5bbd16ded6 (patch) | |
tree | 0d66ab987b19c4582d44b1b22709a838eb591ec3 /x11/fbpanel/Makefile | |
parent | 5250efe2de098fe53d7b3767043c9e640e25e21a (diff) |
Notes
Diffstat (limited to 'x11/fbpanel/Makefile')
-rw-r--r-- | x11/fbpanel/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile new file mode 100644 index 000000000000..cf25fce449f9 --- /dev/null +++ b/x11/fbpanel/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: fbpanel +# Date created: Sat Jun 26 13:43:50 CEST 2004 +# Whom: Tobias Roth <ports@fsck.ch> +# +# $FreeBSD$ +# + +PORTNAME= fbpanel +PORTVERSION= 3.8 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@fsck.ch +COMMENT= A desktop panel that includes a taskbar, pager, launchbar and more + +USE_X_PREFIX= yes +USE_GNOME= gtk20 +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} +USE_GMAKE= yes + +MAN1= fbpanel.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |