diff options
Diffstat (limited to 'www/palemoon/Makefile')
| -rw-r--r-- | www/palemoon/Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/www/palemoon/Makefile b/www/palemoon/Makefile deleted file mode 100644 index 25abb36..0000000 --- a/www/palemoon/Makefile +++ /dev/null | |||
| @@ -1,54 +0,0 @@ | |||
| 1 | # Use /usr/ports/infrastructure/bin/portcheck | ||
| 2 | COMMENT = the palemoon browser, without official branding | ||
| 3 | |||
| 4 | V = 29.4.6 | ||
| 5 | DISTNAME = palemoon-${V} | ||
| 6 | |||
| 7 | # for any port that creates shared libraries. | ||
| 8 | # both libtool and cmake automatically set filenames based on this variable. | ||
| 9 | # for libtool- or cmake-based ports, have a look at WRKBUILD/shared_libs.log | ||
| 10 | #SHARED_LIBS = ??? 0.0 | ||
| 11 | |||
| 12 | CATEGORIES = www | ||
| 13 | |||
| 14 | HOMEPAGE = https://www.palemoon.org/ URL | ||
| 15 | |||
| 16 | MAINTAINER = Shokara Kou <kou@13f0.net> | ||
| 17 | |||
| 18 | # MPL | ||
| 19 | PERMIT_PACKAGE = Yes | ||
| 20 | PERMIT_DISTFILES = Yes | ||
| 21 | |||
| 22 | # "make port-lib-depends-check" can help | ||
| 23 | #WANTLIB = ??? | ||
| 24 | |||
| 25 | MASTER_SITES = https://archive.palemoon.org/source/ | ||
| 26 | |||
| 27 | EXTRACT_SUFX = .source.tar.xz | ||
| 28 | |||
| 29 | COMPILER = base-clang ports-gcc | ||
| 30 | |||
| 31 | # Dependencies | ||
| 32 | BUILD_DEPENDS = python yasm autoconf-2.13p4 | ||
| 33 | #RUN_DEPENDS = ??? | ||
| 34 | #LIB_DEPENDS = gtk+2 | ||
| 35 | #TEST_DEPENDS = ??? | ||
| 36 | |||
| 37 | #MAKE_FLAGS = ??? | ||
| 38 | #MAKE_ENV = ??? | ||
| 39 | #FAKE_FLAGS = ??? | ||
| 40 | #TEST_FLAGS = ??? | ||
| 41 | |||
| 42 | # build/configuration variables | ||
| 43 | # | ||
| 44 | USE_GMAKE = Yes | ||
| 45 | CONFIGURE_STYLE = simple | ||
| 46 | |||
| 47 | do-configure: | ||
| 48 | cp ${WRKSRC}/mozconfig .mozconfig | ||
| 49 | ./mach configure | ||
| 50 | |||
| 51 | do-build: | ||
| 52 | ./mach build | ||
| 53 | |||
| 54 | .include <bsd.port.mk> | ||
