summaryrefslogtreecommitdiff
path: root/www/palemoon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/palemoon/Makefile')
-rw-r--r--www/palemoon/Makefile54
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
2COMMENT = the palemoon browser, without official branding
3
4V = 29.4.6
5DISTNAME = 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
12CATEGORIES = www
13
14HOMEPAGE = https://www.palemoon.org/ URL
15
16MAINTAINER = Shokara Kou <kou@13f0.net>
17
18# MPL
19PERMIT_PACKAGE = Yes
20PERMIT_DISTFILES = Yes
21
22# "make port-lib-depends-check" can help
23#WANTLIB = ???
24
25MASTER_SITES = https://archive.palemoon.org/source/
26
27EXTRACT_SUFX = .source.tar.xz
28
29COMPILER = base-clang ports-gcc
30
31# Dependencies
32BUILD_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#
44USE_GMAKE = Yes
45CONFIGURE_STYLE = simple
46
47do-configure:
48 cp ${WRKSRC}/mozconfig .mozconfig
49 ./mach configure
50
51do-build:
52 ./mach build
53
54.include <bsd.port.mk>