summaryrefslogtreecommitdiff
path: root/devel/libaura/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libaura/Makefile')
-rw-r--r--devel/libaura/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/libaura/Makefile b/devel/libaura/Makefile
new file mode 100644
index 00000000000..d8410fe7187
--- /dev/null
+++ b/devel/libaura/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/09 05:40:28 xtraeme Exp $
+#
+
+DISTNAME= libaura-2.0
+CATEGORIES= devel
+MASTER_SITES= http://www.bsdinstaller.org/distfiles/
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.bsdinstaller.org/
+COMMENT= LIBrary of Assorted Useful Reusable Abstraction
+
+WRKSRC= ${WRKDIR}/libaura
+USE_BUILDLINK3= yes
+
+SUBST_CLASSES+= prefix
+SUBST_STAGE.prefix= post-patch
+SUBST_FILES.prefix= Makefile
+SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g"
+SUBST_MESSAGE.prefix= "Fixing hardcoded paths."
+
+.include "../../mk/bsd.pkg.mk"