pkgsrc/emulators/suse91_gtk/Makefile
joerg 1f6a39a84e First step at reworking Linux binary packages.
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
2005-12-12 14:43:23 +00:00

22 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/12/12 14:43:24 joerg Exp $
DISTNAME= suse_gtk-${SUSE_VERSION}
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE91}
DISTFILES= ${RPMFILES}
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for GTK binaries
DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11
EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
RPMFILES= glib-1.2.10-586.${SUSE_ARCH}.rpm \
gtk-1.2.10-877.${SUSE_ARCH}.rpm
.include "../../emulators/suse91_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"