mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Split mozilla even more. This port is to provide set of Mozilla headers
required to compile Gecko-using software (nautilus, galeon etc).
This commit is contained in:
parent
351df03427
commit
299bdf249e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37873
@ -118,6 +118,7 @@
|
||||
SUBDIR += mozilla
|
||||
SUBDIR += mozilla-embedded
|
||||
SUBDIR += mozilla+ipv6
|
||||
SUBDIR += mozilla-headers
|
||||
SUBDIR += neon
|
||||
SUBDIR += netscape-remote
|
||||
SUBDIR += netscape-wrapper
|
||||
|
37
www/mozilla-headers-devel/Makefile
Normal file
37
www/mozilla-headers-devel/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: mozilla-headers
|
||||
# Date created: 1 February 2001
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mozilla-headers
|
||||
PORTVERSION= ${MAKE} -V PORTVERSION -f ${MAINDIR}/${MAKEFILE}
|
||||
PORTREVISION= ${MAKE} -V PORTREVISION -f ${MAINDIR}/${MAKEFILE}
|
||||
PORTEPOCH= ${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MAKEFILE}
|
||||
CATEGORIES= www
|
||||
DISTFILES=
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:configure
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
MAINDIR= ${.CURDIR}/../mozilla
|
||||
PORTVERSION!= ${PORTVERSION}
|
||||
PORTREVISION!= ${PORTREVISION}
|
||||
PORTEPOCH!= ${PORTEPOCH}
|
||||
RUN_DEPENDS!= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS!= ${LIB_DEPENDS}
|
||||
WRKSRC= ${WRKDIRPREFIX}${MAINDIR}/work/mozilla
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= export
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/include/mozilla
|
||||
${CHMOD} 755 ${PREFIX}/include/mozilla
|
||||
cd ${WRKSRC}/dist/include && ${TAR} -chf - . | \
|
||||
${TAR} --unlink -xf - -C ${PREFIX}/include/mozilla
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/mozilla-headers-devel/pkg-comment
Normal file
1
www/mozilla-headers-devel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Header files for mozilla communicator web-surfboard
|
3
www/mozilla-headers-devel/pkg-descr
Normal file
3
www/mozilla-headers-devel/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Header files for mozilla communicator web-surfboard.
|
||||
|
||||
WWW: http://www.mozilla.org/
|
1615
www/mozilla-headers-devel/pkg-plist
Normal file
1615
www/mozilla-headers-devel/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
37
www/mozilla-headers-vendor/Makefile
Normal file
37
www/mozilla-headers-vendor/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: mozilla-headers
|
||||
# Date created: 1 February 2001
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mozilla-headers
|
||||
PORTVERSION= ${MAKE} -V PORTVERSION -f ${MAINDIR}/${MAKEFILE}
|
||||
PORTREVISION= ${MAKE} -V PORTREVISION -f ${MAINDIR}/${MAKEFILE}
|
||||
PORTEPOCH= ${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MAKEFILE}
|
||||
CATEGORIES= www
|
||||
DISTFILES=
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:configure
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
MAINDIR= ${.CURDIR}/../mozilla
|
||||
PORTVERSION!= ${PORTVERSION}
|
||||
PORTREVISION!= ${PORTREVISION}
|
||||
PORTEPOCH!= ${PORTEPOCH}
|
||||
RUN_DEPENDS!= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS!= ${LIB_DEPENDS}
|
||||
WRKSRC= ${WRKDIRPREFIX}${MAINDIR}/work/mozilla
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= export
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/include/mozilla
|
||||
${CHMOD} 755 ${PREFIX}/include/mozilla
|
||||
cd ${WRKSRC}/dist/include && ${TAR} -chf - . | \
|
||||
${TAR} --unlink -xf - -C ${PREFIX}/include/mozilla
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/mozilla-headers-vendor/pkg-comment
Normal file
1
www/mozilla-headers-vendor/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Header files for mozilla communicator web-surfboard
|
3
www/mozilla-headers-vendor/pkg-descr
Normal file
3
www/mozilla-headers-vendor/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Header files for mozilla communicator web-surfboard.
|
||||
|
||||
WWW: http://www.mozilla.org/
|
1615
www/mozilla-headers-vendor/pkg-plist
Normal file
1615
www/mozilla-headers-vendor/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
37
www/mozilla-headers/Makefile
Normal file
37
www/mozilla-headers/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: mozilla-headers
|
||||
# Date created: 1 February 2001
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mozilla-headers
|
||||
PORTVERSION= ${MAKE} -V PORTVERSION -f ${MAINDIR}/${MAKEFILE}
|
||||
PORTREVISION= ${MAKE} -V PORTREVISION -f ${MAINDIR}/${MAKEFILE}
|
||||
PORTEPOCH= ${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MAKEFILE}
|
||||
CATEGORIES= www
|
||||
DISTFILES=
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:configure
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
MAINDIR= ${.CURDIR}/../mozilla
|
||||
PORTVERSION!= ${PORTVERSION}
|
||||
PORTREVISION!= ${PORTREVISION}
|
||||
PORTEPOCH!= ${PORTEPOCH}
|
||||
RUN_DEPENDS!= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS!= ${LIB_DEPENDS}
|
||||
WRKSRC= ${WRKDIRPREFIX}${MAINDIR}/work/mozilla
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= export
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/include/mozilla
|
||||
${CHMOD} 755 ${PREFIX}/include/mozilla
|
||||
cd ${WRKSRC}/dist/include && ${TAR} -chf - . | \
|
||||
${TAR} --unlink -xf - -C ${PREFIX}/include/mozilla
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/mozilla-headers/pkg-comment
Normal file
1
www/mozilla-headers/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Header files for mozilla communicator web-surfboard
|
3
www/mozilla-headers/pkg-descr
Normal file
3
www/mozilla-headers/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Header files for mozilla communicator web-surfboard.
|
||||
|
||||
WWW: http://www.mozilla.org/
|
1615
www/mozilla-headers/pkg-plist
Normal file
1615
www/mozilla-headers/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user