aboutsummaryrefslogtreecommitdiffstats
path: root/devel/alabastra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/alabastra/Makefile')
-rw-r--r--devel/alabastra/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/devel/alabastra/Makefile b/devel/alabastra/Makefile
deleted file mode 100644
index eb67de199420..000000000000
--- a/devel/alabastra/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: Yinghong Liu <relaxbsd@gmail.com>
-# $FreeBSD$
-
-PORTNAME= alabastra
-PORTVERSION= 0.21b
-PORTREVISION= 3
-CATEGORIES= devel
-MASTER_SITES= SF
-DISTNAME= Alabastra-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C++ editor written with Qt 4
-
-DEPRECATED= Abandonware, not used in the ports tree
-EXPIRATION_DATE= 2018-03-01
-
-LICENSE= GPLv2+
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-USES= qmake gmake tar:tgz
-USE_QT4= gui xml \
- moc_build rcc_build uic_build \
- iconengines_run
-ALL_TARGET= Alabastra
-
-PLIST_FILES= bin/alabastra
-
-DESKTOP_ENTRIES= "Alabastra" \
- "C++/Qt editor" \
- "" \
- "alabastra" \
- "Development;IDE;Qt;" \
- true
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/Alabastra ${STAGEDIR}${PREFIX}/bin/alabastra
-
-.include <bsd.port.mk>