diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-29 10:52:52 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-29 10:52:52 +0000 |
commit | 6b02f01c9c26c080313662d1ed4012c8162fa820 (patch) | |
tree | b2a62848be890eccb96a777662e7da0455e61757 /x11-toolkits/fox16 | |
parent | 2f1e160572536ea705da3106fcc566b55947d32a (diff) | |
download | ports-6b02f01c9c26c080313662d1ed4012c8162fa820.tar.gz ports-6b02f01c9c26c080313662d1ed4012c8162fa820.zip |
Notes
Diffstat (limited to 'x11-toolkits/fox16')
-rw-r--r-- | x11-toolkits/fox16/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index b21fa244d54e..4437d48b2491 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ \ http://freebsd.unixfreunde.de/sources/ -MAINTAINER?= alecn2002@yandex.ru +MAINTAINER?= araujo@bsdmail.org COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.6 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -21,7 +21,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ Xft.2:${PORTSDIR}/x11-fonts/libXft -CONFLICTS= fox-1.0.* fox-1.4.* fox-1.2.* +CONFLICTS= fox-1.0.* fox-1.2.* fox-1.4.* + LATEST_LINK= fox16 MAJORVER= 1.6 @@ -91,12 +92,6 @@ CXXFLAGS+= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-point .if defined(WITH_PROFILING) CONFIGURE_ARGS+= --with-profiling=gprof .endif -# -.if defined(NOPORTDOCS) -MAKE_ARGS+= DOC= -.else -MAKE_ARGS+= DOC=doc -.endif post-patch: # CXXFLAGS safeness @@ -115,6 +110,11 @@ post-patch: @${REINPLACE_CMD} -E -e \ 's|^(screenshotsdir).*$$|\1=${DOCSDIR}/html|' \ ${WRKSRC}/doc/screenshots/Makefile.in +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} -e \ + '/^SUBDIRS/s/ doc//' \ + ${WRKSRC}/Makefile.in +.endif .if !defined(WITH_FOX_APPLICATIONS) @${REINPLACE_CMD} -E -e \ 's,^(SUBDIRS.*)adie,\1,; \ |