aboutsummaryrefslogtreecommitdiffstats
path: root/www/retawq/Makefile
blob: c0cb992e8709fefb4da64de364334e089b3ccc11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# ex:ts=8
# Ports collection makefile for:    retawq
# Date created:         Dec 30, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   retawq
PORTVERSION=    0.2.4
CATEGORIES= www
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    An interactive, multi-threaded web browser for text terminals

USE_GETTEXT=    yes
USE_REINPLACE=  yes
HAS_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --path-archprefix=${PREFIX} --path-prefix=${PREFIX} \
        --enable-i18n --enable-local-cgi --enable-ipv6
PORTDOCS=   *

MAN1=       retawq.1

CPPFLAGS=   -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS=    -L${LOCALBASE}/lib ${PTHREAD_LIBS}

.if defined(WITH_GNUTLS)
LIB_DEPENDS+=   gnutls.7:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=    --set-tls=1
.elif defined(WITH_OPENSSL)
USE_OPENSSL=    yes
CONFIGURE_ARGS+=    --set-tls=2
LDFLAGS+=   -lssl -lcrypto
.endif

post-configure:
    @${REINPLACE_CMD} -e 's|_IN_H 0|_IN_H 1|g ; \
         s|_SOCKET_H 0|_SOCKET_H 1|g' ${WRKSRC}/.config

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/retawq ${PREFIX}/bin
    @${INSTALL_MAN} ${WRKSRC}/docu/retawq.1 ${MANPREFIX}/man/man1
.for lang in de es fr pt_BR
    @${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES
    @${INSTALL_DATA} ${WRKSRC}/i18n/${lang}.mo \
        ${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
.endfor
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/docu/*.html ${DOCSDIR}
.endif

.include <bsd.port.mk>
013-01-25 19:36:43 +0800'>2013-01-256-0/+66 * Update MASTER_SITES.wxs2013-01-161-1/+1 * Update to 0.0.12.kwm2012-12-212-4/+4 * Belatedly commit removal of the original x11-fonts/gentium which wasmatthew2012-12-176-172/+0 * Rework the gentium and gentium-basic font portsmatthew2012-12-1611-107/+140 * Trim remaining untrimmed headers on my portsmatthew2012-12-151-8/+2 * Remove the header for ports I created.wxs2012-12-131-5/+0 * - Update to 1.013swills2012-12-102-3/+3 * Add x11-fonts/dina.rakuco2012-12-105-0/+57 * Undeprecate by switching to Gentoo's mirrors. The software may be obsolete, andmi2012-12-082-7/+33 * - update to 1.038bapt2012-11-242-4/+4 * Upgrade to 2.00.1.thierry2012-11-143-13/+9 * 2012-11-09 x11-fonts/tolkien-ttf: Does not fetch: there are no more public di...bapt2012-11-116-93/+0 * Fix installing this port as a user (e.g., INSTALL_AS_USER=1) bygerald2012-11-041-2/+1 * 2012-10-20 x11-themes/metacity-ana-theme: No more public distfilesbapt2012-10-2611-235/+0 * - Update MASTER_SITESjhale2012-10-252-8/+8 * - Update MASTER_SITESjhale2012-10-202-7/+3 * Mark as DEPRECATED since there are no more public distfiles available.rakuco2012-10-101-0/+3 * Clean up the headers of the ports I maintain.rakuco2012-10-071-5/+0 * Change headers of all ports maintained by me to new formatgarga2012-10-052-10/+2 * - Update to 1.010swills2012-10-032-6/+6 * Source Code Pro was designed by Paul D. Hunt as a companion to Source Sans.swills2012-09-266-0/+79 * Update to 0.0.10.1.kwm2012-09-252-3/+3 * - update to 1.036bapt2012-09-252-8/+4 * - Reassign to the heap due to mail bouncestabthorpe2012-09-221-6/+2 * Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's dist...bapt2012-09-213-0/+9 * Update to 0.0.10.kwm2012-09-202-13/+6 * - update to 1.034bapt2012-09-192-6/+6 * Unbreak by setting another MASTER_SITE.rakuco2012-09-171-3/+1 * - Update to version 20120503pawel2012-09-072-14/+16 * Source Sans Pro: Adobe’s first open source type familybapt2012-08-206-0/+92 * - Reassign nork@ ports to the heaptabthorpe2012-08-161-1/+1 * Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1 * Fix typos in COMMENTcs2012-07-291-1/+1 * - Convert my ports to new options frameworkmakc2012-07-271-4/+6 * Fix typos in COMMENTcs2012-07-241-1/+1 * Update to version 4.38.zeising2012-07-202-5/+9 * - Convert to new options frameworksunpoet2012-07-091-11/+12 * Convert to options-ngzeising2012-07-041-20/+21 * Change maintainer address to my FreeBSD.org mail address.zeising2012-07-031-1/+1 * Upgrade to 1.1.0.thierry2012-07-033-44/+63 * s/X11BASE/LOCALBASE/, or equivalent.dougb2012-06-252-3/+3 * Update to 0.0.9.kwm2012-06-112-3/+3 * Update to version 0.7.6. [1]bsam2012-06-104-13/+17 * Add new port x11-fonts/gbdfed:makc2012-06-099-0/+112 * Convert my ports to optionsNGpawel2012-06-081-1/+3 * - Update to 20120421sylvio2012-06-072-4/+5 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1 * - Convert all my remaining ports to OPTIONSngmatthew2012-06-052-2/+6 * - update png to 1.5.10dinoex2012-06-013-3/+3 * Convert to new options frameworkbapt2012-05-311-43/+45 * - Fix buildpav2012-05-311-0/+10 * - Fix a typomiwi2012-05-281-1/+1 * Fix plist by adding missing man pages.kwm2012-05-242-16/+16 * Update to 2.9.0.mezz2012-05-214-11/+15 * Update to 0.0.8.kwm2012-05-102-4/+4 * Add LinLibertineG fonts:bapt2012-04-246-0/+85 * Add patch from upstream to fix a C++11 issue in fontconfig. This fixes thekwm2012-04-242-1/+27 * - Mark BROKEN: unfetchablepav2012-04-201-0/+2 * Set the expiration date for all ports which depend upon linux_base-fc4 tonetchild2012-04-151-0/+2 * - update to 20120202rm2012-04-112-3/+3 * - add new "PT Mono Bold" fontrm2012-04-013-7/+8 * Fix patching.kwm2012-03-131-11/+9 * Do proper input validation for libXfont. This is for CVE-2011-2895.kwm2012-03-132-0/+104 * Update to 1.202cs2012-03-052-3/+3 * - switch to self-made versioned distfile namesrm2012-02-292-9/+9 * The fonts xorg meta port should depend on the fonts sub-meta portskwm2012-02-281-6/+6 * Roboto is a sans serif typeface family designed to be modern yetrm2012-02-236-0/+79 * - actually bump PORTREVISION, sorry for this.rm2012-02-151-1/+1 * - update checksum for PTMonoOFL.zip once again. This font was updated upstream.rm2012-02-152-3/+3 * Update maintainer address to matthew@FreeBSD.orgmatthew2012-02-102-2/+2 * - Update to 4.7.5jgh2012-02-074-39/+58 * - update PT Mono font to 1.001 (released at 23 Jan)rm2012-01-302-3/+3 * - Update to 0.5.14miwi2012-01-293-11/+5 * Remove the former official website, which is down.thierry2012-01-241-1/+0 * - update to 20110915rm2012-01-232-3/+3 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-223-3/+3 * Google has created a set of fonts for it's ChromeOS Operating system.bapt2012-01-206-0/+90 * Update maintainer email addresscrees2012-01-171-1/+1 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 * - update to 0.7rm2012-01-114-11/+9 * - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-091-1/+1 * - add new monospaced fontrm2012-01-013-1/+5 * End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1 * Fix MAINTAINERskreuzer2011-12-251-1/+1 * - Readd with better namepawel2011-11-306-0/+73 * Remove port to change it's namepawel2011-11-306-73/+0 * Anonymous Pro (2009) is a family of four fixed-width fonts designedpawel2011-11-306-0/+73 * - Update to 0.5.12miwi2011-11-263-12/+11 * Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-1/+0 * Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCScrees2011-11-141-1/+1 * freetype font should depend on fontconfig rather than mkfontdirkevlo2011-11-103-26/+39 * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-094-4/+0 * Initial import of ubuntu-font 0.80kevlo2011-11-095-0/+82 * - Fix build on FreeBSD 10.0miwi2011-10-291-0/+1 * - Fix build on FreeBSD 10miwi2011-10-291-0/+1 * - Fix build on FreeBSD 10miwi2011-10-291-0/+1 * - Fix build on FreeBSD 10beat2011-10-271-0/+1 * The vast majority of pkg-descr files had the following format when theydougb2011-10-246-11/+2 * Remove more tags from pkg-descr files fo the form:dougb2011-10-242-5/+2 * - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1 * fix fetchbf2011-10-182-4/+14 * Add doulos-compact 4.110, Doulos SIL TrueType font collection, compactbf2011-10-155-0/+84 * Add charis-compact 4.110, Charis SIL TrueType font collection, compactbf2011-10-155-0/+89 * update to 4.110bf2011-10-156-36/+34 * - Reassign to the heaptabthorpe2011-10-151-1/+1 * Add direct run dependency on databases/py-sqlite3dougb2011-09-281-1/+2 * Finish applying actual patchdougb2011-09-262-1/+16 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+0 * - use PORTDATA instead of long pkg-plisteadler2011-09-232-126/+2 * - update mkfontscale to 1.0.9eadler2011-09-182-3/+3 * 2011-09-01 x11-wm/epiwm: Abandonwarebapt2011-09-077-102/+0 * Relinquish to the pool.danfe2011-09-011-1/+1 * Remove myself from MAINTAINERache2011-08-301-1/+1 * Update my mail address in the ports I maintain.rakuco2011-08-291-1/+1 * Geocities has been gone for almost 2 years now, so let's removedougb2011-08-231-2/+0 * - Update MASTER_SITESsunpoet2011-08-221-1/+1 * - Update to 4.36swills2011-08-212-11/+11 * - Add hanazono-fonts-ttf 20110516sunpoet2011-08-176-0/+69 * Fix the build if xmlto is present.kwm2011-08-111-0/+2 * Update to 1.4.4.kwm2011-08-112-3/+3 * Update broken/outdated WWW entries. Remove those where no alternate source wasehaupt2011-08-051-3/+0 * Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0 * Deprecate some port with no more public distfilesbapt2011-08-031-0/+3 * Add cantarell-fonts 0.0.6.kwm2011-07-305-0/+44