openbsd-ports/emulators/wine/Makefile
sturm ef0f2c1f3f this made me physically sick, so just an as minor as possible diff:
-> in post-install don't cp to /etc, but cp in PLIST to SYSCONFDIR
2003-05-12 22:19:11 +00:00

35 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.27 2003/05/12 22:19:11 sturm Exp $
COMMENT= "MS-Windows 3.1/95/NT emulator for Unix (Alpha release)"
DATE= 990225
DISTNAME= Wine-${DATE}
PKGNAME= wine-${DATE}
CATEGORIES= emulators x11
ONLY_FOR_ARCHS= i386
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.chg.ru/pub/gnu/ALPHA/wine/development/
USE_X11= yes
CONFIGURE_STYLE= gnu dest
WRKDIST= ${WRKDIR}/${PKGNAME}
NO_REGRESS= Yes
post-configure:
cd ${WRKSRC} && make depend
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wine
${INSTALL_DATA} ${WRKSRC}/wine.ini \
${PREFIX}/share/examples/wine/wine.conf
.include <bsd.port.mk>