diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-07-30 06:03:57 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-07-30 06:03:57 +0000 |
commit | 571b71ef290e7c804fe856faad474d207cdde8cf (patch) | |
tree | 21dbdb224555c2db9c49f15e78bdb01dd78fff97 /deskutils/launchy/Makefile | |
parent | 53e67c4f27db2966bc8c4af5b0f1febde5a08348 (diff) | |
download | ports-571b71ef290e7c804fe856faad474d207cdde8cf.tar.gz ports-571b71ef290e7c804fe856faad474d207cdde8cf.zip |
Notes
Diffstat (limited to 'deskutils/launchy/Makefile')
-rw-r--r-- | deskutils/launchy/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/deskutils/launchy/Makefile b/deskutils/launchy/Makefile new file mode 100644 index 000000000000..6829932a16b3 --- /dev/null +++ b/deskutils/launchy/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Launchy +# Date created: 28 Jul 2008 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= launchy +PORTVERSION= 2.1.1 +CATEGORIES= deskutils +MASTER_SITES= SF + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Access applications, files, and bookmarks with just a few keystrokes + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/core.hpp:${PORTSDIR}/devel/boost + +USE_DOS2UNIX= readme.lyx readme.txt +USE_QT_VER= 4 +QT_COMPONENTS= qmake gui network +MAKEFILE= makefile +ALL_TARGET= release + +PORTDOCS= * + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/?eadme.* ${DOCSDIR} +.endif + +.include <bsd.port.mk> |