diff options
Diffstat (limited to 'sysutils/gpart/Makefile')
-rw-r--r-- | sysutils/gpart/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile new file mode 100644 index 00000000000..fffb5b82489 --- /dev/null +++ b/sysutils/gpart/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/09/01 16:10:28 veego Exp $ + +DISTNAME= gpart-0.1g +CATEGORIES= sysutils +MASTER_SITES= http://home.pages.de/~michab/gpart/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://home.pages.de/~michab/gpart/ + +USE_GMAKE= yes + +# Doesn't work on 1.4.x due too problems with dlopen +ONLY_FOR_PLATFORM= NetBSD-1.5*-i386 + +.include "../../mk/bsd.pkg.mk" |