freebsd-ports/ports-mgmt/dialog4ports/Makefile
Tobias C. Berner 9c165b9835 ports-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Stangl <alex@stangl.us>
  *  Anders F Bjorklund <afb@users.sourceforge.net>
  *  Benjamin Lutz
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Conrad J. Sabatier <conrads@cox.net>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Gabriel Linder <linder.gabriel@gmail.com>
  *  Heiner <h.eichmann@gmx.de>
  *  Ilya A. Arkhipov <rum1cro@yandex.ru>
  *  John Marino <marino@FreeBSD.org>
  *  Jun-ichiro itojun Hagino <itojun@itojun.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Mamoru Sakaue / MwGhennndo
  *  Martin Kammerhofer
  *  Matthew Seaman
  *  Matthew Seaman <m.seaman@infracaninophile.co.uk>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Schmidt
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Philip M. Gollucci <pgollucci@p6m7g8.com>
  *  Philipp Wuensche <cryx-ports@h3q.com>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Romain Tartiere <romain@FreeBSD.org>
  *  Romain Tartiere <romain@blogreen.org>
  *  Securedog <securedog@users.sourceforge.jp>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Shaun Amott <shaun@inerd.com>
  *  Stefan Walter <sw@gegenunendlich.de>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Tom Hukins <tom@FreeBSD.org>
  *  Vasil Dimov <vd@datamax.bg>
  *  Vladimir Chukharev
  *  Yanhui Shen <shen.elf@gmail.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  kmoore@FreeBSD.org

With hat:	portmgr
2022-07-20 16:22:46 +02:00

51 lines
1.2 KiB
Makefile

PORTNAME= dialog4ports
PORTVERSION= 0.1.6
PORTREVISION?= 1
CATEGORIES= ports-mgmt
MASTER_SITES= https://files.etoilebsd.net/dialog4ports/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
http://files.etoilebsd.net/dialog4ports/:dialog \
ftp://invisible-island.net/dialog/:dialog \
http://mirror.shatow.net/freebsd/${PORTNAME}/:dialog
MAINTAINER= rum1cro@yandex.ru
COMMENT?= Console Interface to configure ports
LICENSE= BSD2CLAUSE
USES= uidfix
# CCACHE has options, so may need d4p, make d4p not ccache friendly
# to avoid circular dependency
NO_CCACHE= yes
MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null
.if !defined(D4P_SLAVE)
PLIST_FILES= bin/dialog4ports man/man1/${PORTNAME}.1.gz
.endif
.include <bsd.port.pre.mk>
.if defined(DEBUG_FLAGS)
MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}"
.endif
## This is used by 'make config' via Tools/scripts/dialog4ports.sh
## Use caution in changing
.if !exists(${DIALOG4PORTS})
DIALOG4PORTS= ${WRKSRC}/dialog4ports
.endif
.if defined(D4P_SLAVE)
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${DIALOGNAME}.tgz:dialog
DIALOGNAME= dialog-1.1-20120706
MAKE_ENV+= DIALOGSOURCES=${WRKDIR}/${DIALOGNAME}
do-configure:
@cd ${WRKDIR}/${DIALOGNAME}; ./configure
.endif
.include <bsd.port.post.mk>