diff options
author | Will Andrews <will@FreeBSD.org> | 2002-08-26 17:09:05 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-08-26 17:09:05 +0000 |
commit | 8dfd432d3263260b4c7703762ffbb46577e35a71 (patch) | |
tree | bac200e39583056699a54ddc137ed25cbc5c3fa2 /x11-themes/qinx/Makefile | |
parent | 388fc0f6245a652612846f46f3aba847c3126ded (diff) | |
download | ports-8dfd432d3263260b4c7703762ffbb46577e35a71.tar.gz ports-8dfd432d3263260b4c7703762ffbb46577e35a71.zip |
Notes
Diffstat (limited to 'x11-themes/qinx/Makefile')
-rw-r--r-- | x11-themes/qinx/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-themes/qinx/Makefile b/x11-themes/qinx/Makefile new file mode 100644 index 000000000000..1187c934c6d7 --- /dev/null +++ b/x11-themes/qinx/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Qinx +# Date created: 23 August 2002 +# Whom: David Johnson <david@usermode.org> +# +# $FreeBSD$ +# + +PORTNAME= qinx +PORTVERSION= 0.3 +CATEGORIES= x11-wm kde +MASTER_SITES= http://www.usermode.org/code/ + +MAINTAINER= david@usermode.org + +USE_KDEBASE_VER=3 +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |