23 lines
620 B
Makefile
23 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/03/06 09:10:54 toddpw Exp $
|
|
|
|
DISTNAME= suse_gdk-pixbuf-${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 gdk-pixbuf binaries
|
|
|
|
DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= YES
|
|
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
|
|
|
|
.if exists(Makefile.${MACHINE_ARCH})
|
|
.include "Makefile.${MACHINE_ARCH}"
|
|
.endif
|
|
|
|
.include "../../emulators/suse91_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|