pkgsrc/emulators/suse_glx/Makefile
jmmv 6d9ccf016f Specify the category when including other files and when depending on other
packages.  From PR pkg/21864 by ccatrian at eml.cc.
2003-09-18 16:25:08 +00:00

24 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.13 2003/09/18 16:25:23 jmmv Exp $
DISTNAME= glx
PKGNAME= suse_${DISTNAME}-${SUSE_VERSION}
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE:=x3d1/}
EXTRACT_SUFX= .rpm
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for GLX binaries
DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse_x11
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc
EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
RPMFILES= ${DISTNAME}${EXTRACT_SUFX}
.include "../../emulators/suse_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"