diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-02-11 22:37:32 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-02-11 22:37:32 +0000 |
commit | 69eef360089d722de785be5e6fb9c62789b0eadf (patch) | |
tree | 3af28dbb6387c3b2237f22b41f381e028c90bc9e /emulators/wine-devel/Makefile | |
parent | BROKEN: Unfetchable (diff) |
Update to the 20050211 version of Wine, which now includes a winegcc man page
in additional to the usual Windows-related changes. configure now finds and
uses an installed version of cups (and potentially other libraries).[1]
Submitted by: Jason But <jbut@swin.edu.au>
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 46436e267baa..9ce8959f8f7f 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 20050111 +PORTVERSION= 20050211 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -18,10 +18,10 @@ COMMENT= Microsoft Windows compatibility layer for Unix-like systems WRKSRC= ${WRKDIR}/wine-${PORTVERSION} GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine +CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine -MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winemaker.1 wmc.1 wrc.1 +MAN1= widl.1 wine.1 winebuild.1 winegcc.1 winedbg.1 winedump.1 winemaker.1 wmc.1 wrc.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 USE_BISON= yes @@ -63,6 +63,7 @@ do-install: || ${INSTALL_DATA} ${PREFIX}/etc/wine.conf.sample ${PREFIX}/etc/wine.conf ${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 ${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 + ${RM} ${PREFIX}/man/man1/wineg++.1 .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} .for i in README ANNOUNCE AUTHORS LICENSE |