From 512b099b0e8162a661f66142e440e6deda9c754f Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 26 Mar 2013 09:58:33 +0000 Subject: Convert left unconverted ports in ftp to new options framework --- ftp/spegla/Makefile | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'ftp/spegla') diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile index c2c0fb10a21d..d239395bb5d5 100644 --- a/ftp/spegla/Makefile +++ b/ftp/spegla/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: spegla -# Date created: Sun Apr 19 16:17:25 PDT 1998 -# Whom: Jordan Hubbard -# +# Created by: Jordan Hubbard # $FreeBSD$ -# PORTNAME= spegla PORTVERSION= 1.1p4 @@ -26,9 +21,11 @@ PORTEXAMPLES= freebsd.org spegla.conf spegla.sh MANCOMPRESSED= yes MAN1= spegla.1 -OPTIONS= IPV6 "IPv6 support" on +OPTIONS_DEFINE= IPV6 NLS -.if !defined(NOPORTEXAMPLES) +.include + +.if ${PORT_OPTIONS:MNLS} post-install: ${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && \ @@ -36,10 +33,8 @@ post-install: ${INSTALL_SCRIPT} spegla.sh ${EXAMPLESDIR} .endif -.include - -.if !defined(WITHOUT_IPV6) +.if ${PORT_OPTIONS:MIPV6} MAKE_ARGS+= -DINET6 .endif -.include +.include -- cgit tion value='cinnamon'>cinnamon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regular USE_GITHUB cleanup.Mathieu Arnold2019-06-201-3/+3