diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-07-05 07:21:24 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-07-05 07:21:24 +0000 |
commit | ebc6758085d854949b6e03622d8f9af65dd27cf0 (patch) | |
tree | 2de11656efbfea6569034b17b3f2b8b310fe79ea /devel/alabastra/Makefile | |
parent | 02f304a9bc5bd38256035595e888aeaa3ac6a00b (diff) | |
download | ports-ebc6758085d854949b6e03622d8f9af65dd27cf0.tar.gz ports-ebc6758085d854949b6e03622d8f9af65dd27cf0.zip |
Notes
Diffstat (limited to 'devel/alabastra/Makefile')
-rw-r--r-- | devel/alabastra/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/alabastra/Makefile b/devel/alabastra/Makefile index b9e93fdce5a4..3034398ddacf 100644 --- a/devel/alabastra/Makefile +++ b/devel/alabastra/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: alabastra # Date created: 20 Jun 2007 -# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# Whom: Yinghong Liu <relaxbsd@gmail.com> # # $FreeBSD$ @@ -9,12 +9,11 @@ PORTVERSION= 0.2b PORTREVISION= 1 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 +MAINTAINER= relaxbsd@gmail.com +COMMENT= C++ Editor writen with QT4 USE_QT_VER= 4 QT_COMPONENTS= qmake moc gui xml uic rcc |