diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 18:50:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 18:50:38 +0000 |
commit | 47c60608103c0d617d367f0f7312289395d2b1b1 (patch) | |
tree | eecaf0eaec87e57ec8d7436c3ce4da8e8f588229 /devel/alabastra | |
parent | 6c9517ad7a05818d2f9156e7b5076081a74c46b9 (diff) | |
download | ports-47c60608103c0d617d367f0f7312289395d2b1b1.tar.gz ports-47c60608103c0d617d367f0f7312289395d2b1b1.zip |
Notes
Diffstat (limited to 'devel/alabastra')
-rw-r--r-- | devel/alabastra/Makefile | 32 | ||||
-rw-r--r-- | devel/alabastra/distinfo | 3 | ||||
-rw-r--r-- | devel/alabastra/pkg-descr | 3 |
3 files changed, 38 insertions, 0 deletions
diff --git a/devel/alabastra/Makefile b/devel/alabastra/Makefile new file mode 100644 index 000000000000..b261a13cbc85 --- /dev/null +++ b/devel/alabastra/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: alabastra +# Date created: 20 Jun 2007 +# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# +# $FreeBSD$ + +PORTNAME= alabastra +PORTVERSION= 0.2b +CATEGORIES= devel +MASTER_SITES= SF +MASTER_SITE_SUBDIR=${PORTNAME} +DISTNAME= Alabastra-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= liu_yinghong@yahoo.com.cn +COMMENT= C++ Editor writed with QT4 + +USE_QT_VER= 4 +QT_COMPONENTS= qmake moc gui xml + +WRKSRC= ${WRKDIR}/Alabastra-${PORTVERSION} + +PLIST_FILES= bin/alabastra + +do-configure: + ( cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} -unix PREFIX=${PREFIX} Alabastra.pro ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/Alabastra ${PREFIX}/bin/alabastra + +.include <bsd.port.mk> diff --git a/devel/alabastra/distinfo b/devel/alabastra/distinfo new file mode 100644 index 000000000000..d64c45dcf57a --- /dev/null +++ b/devel/alabastra/distinfo @@ -0,0 +1,3 @@ +MD5 (Alabastra-0.2b.tgz) = 94f891e59c7ae19125d9017e9066e4f1 +SHA256 (Alabastra-0.2b.tgz) = e0cc0460a4aad5ec8edb6f42525143bfdb3b0057721fa1b5e6a92b72f3465b60 +SIZE (Alabastra-0.2b.tgz) = 505229 diff --git a/devel/alabastra/pkg-descr b/devel/alabastra/pkg-descr new file mode 100644 index 000000000000..59d6d2ddfdb0 --- /dev/null +++ b/devel/alabastra/pkg-descr @@ -0,0 +1,3 @@ +C++/QT Editor with hightlight, project managment. Writed with Qt V4 + +WWW: http://sourceforge.net/projects/alabastra/ |