c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
53 lines
1.4 KiB
Makefile
53 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2004/10/03 00:14:41 tv Exp $
|
|
|
|
DISTNAME= rewind-20020420
|
|
PKGREVISION= 5
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://rewind.sourceforge.net/
|
|
COMMENT= BSD/X11 licenced fork of Wine (Windows on Unix)
|
|
|
|
CONFLICTS= wine-[0-9]*
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_X11= YES
|
|
USE_GNU_TOOLS+= make
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --without-curses
|
|
CONFIGURE_ENV+= ac_cv_prog_sane_devel=no
|
|
|
|
# The rewind configure script has problems locating the libraries in the
|
|
# buildlink directory, so prepend all of the LDFLAGS necessary to link
|
|
# against the libraries.
|
|
#
|
|
CONFIGURE_ENV+= X_LIBS="${LDFLAGS}"
|
|
LIBS+= ${LDFLAGS}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if defined(USE_CUPS) && (${USE_CUPS} == YES)
|
|
. include "../../print/cups/buildlink3.mk"
|
|
BUILD_DEFS+= USE_CUPS
|
|
.endif
|
|
|
|
EGDIR= ${PREFIX}/share/examples/rewind
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
cd ${WRKSRC}/documentation/samples; \
|
|
${INSTALL_DATA} config ${EGDIR}/wine.conf; \
|
|
${INSTALL_DATA} generic.ppd ${EGDIR}/generic.ppd; \
|
|
${INSTALL_DATA} system.ini ${EGDIR}/system.ini
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|