diff options
Diffstat (limited to 'emulators/suse100_glx/Makefile')
-rw-r--r-- | emulators/suse100_glx/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/emulators/suse100_glx/Makefile b/emulators/suse100_glx/Makefile new file mode 100644 index 00000000000..0d5de4fa1f0 --- /dev/null +++ b/emulators/suse100_glx/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 15:18:39 salo Exp $ + +DISTNAME= suse_glx-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE100} +DISTFILES= ${RPMFILES} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for the GL library + +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11 + +EXTRACT_ONLY= # empty +NO_BUILD= YES +LIBTOOLIZE_PLIST= NO +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +.if exists(Makefile.${MACHINE_ARCH}) +.include "Makefile.${MACHINE_ARCH}" +.endif + +.include "../../emulators/suse100_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" |