ee1958d357
that lintpkgsrc -or doesn't want to remove all suse100_* distfiles every time (because it looks only at "distinfo"). To make it easy to maintain these distinfo files, add a "suse100-distinfo" target (modelled after www/opera's "opera-distinfo" target), to regenerate the distinfo file for all supported platforms. Discussed with tonio.
32 lines
1.1 KiB
Makefile
32 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.3 2006/04/03 18:17:55 ghen Exp $
|
|
|
|
DISTNAME= suse_gtk2-${SUSE_VERSION}
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SUSE100}
|
|
DISTFILES= ${RPMFILES}
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= http://www.suse.com/
|
|
COMMENT= Linux compatibility package for GTK2 binaries
|
|
|
|
DEPENDS+= suse_fontconfig>=${SUSE_VERSION}:../../emulators/suse100_fontconfig
|
|
DEPENDS+= suse_freetype2>=${SUSE_VERSION}:../../emulators/suse100_freetype2
|
|
DEPENDS+= suse_libjpeg>=${SUSE_VERSION}:../../emulators/suse100_libjpeg
|
|
DEPENDS+= suse_libpng>=${SUSE_VERSION}:../../emulators/suse100_libpng
|
|
DEPENDS+= suse_libtiff>=${SUSE_VERSION}:../../emulators/suse100_libtiff
|
|
DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= YES
|
|
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
|
|
|
|
# Initialize gtk/pango modules.
|
|
FILES_SUBST+= EMULDIR=${EMULDIR:Q}
|
|
PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR:Q}
|
|
|
|
.if exists(Makefile.${MACHINE_ARCH})
|
|
.include "Makefile.${MACHINE_ARCH}"
|
|
.endif
|
|
|
|
.include "../../emulators/suse100_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|