aboutsummaryrefslogtreecommitdiff
path: root/misc/quranref/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/quranref/Makefile')
-rw-r--r--misc/quranref/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/misc/quranref/Makefile b/misc/quranref/Makefile
deleted file mode 100644
index 19eb96c7a1bc..000000000000
--- a/misc/quranref/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Kim Scarborough <user@unknown.nu>
-# $FreeBSD$
-
-PORTNAME= quranref
-PORTVERSION= 1.01
-PORTREVISION= 2
-CATEGORIES= misc
-MASTER_SITES= http://www.unknown.nu/ports/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Interactive Quran (Koran)
-
-BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon
-
-NO_STAGE= yes
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.2000 ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>