diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 10:06:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 10:06:13 +0000 |
commit | 48f804238db6e54eec44ac5ce9d3efaf7c4b7dfc (patch) | |
tree | ae5a32229d9f45a835b6c8df6f97a4ab478481f0 /x11/wmblob/Makefile | |
parent | 86bd342ed86cb87ee9dd2cd9a1ebb58f7149af29 (diff) | |
download | ports-48f804238db6e54eec44ac5ce9d3efaf7c4b7dfc.tar.gz ports-48f804238db6e54eec44ac5ce9d3efaf7c4b7dfc.zip |
Notes
Diffstat (limited to 'x11/wmblob/Makefile')
-rw-r--r-- | x11/wmblob/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/wmblob/Makefile b/x11/wmblob/Makefile new file mode 100644 index 000000000000..8e9654cf5e11 --- /dev/null +++ b/x11/wmblob/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: wmblob +# Date created: Thu Feb 6 12:24:23 MSK 2003 +# Whom: Denis Shaposhnikov <dsh@vlink.ru> +# +# $FreeBSD$ +# + +PORTNAME= wmblob +PORTVERSION= 0.0.2 +CATEGORIES= x11 windowmaker +MASTER_SITES= http://dockapps.org/files/155/205/ + +MAINTAINER= pat@FreeBSD.org +COMMENT= Showing moving blobs + +USE_X_PREFIX= yes +USE_XPM= yes +USE_BZIP2= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/wmblob ${PREFIX}/bin + +.include <bsd.port.mk> |