- Update to 1.1.1

- Update MASTER_SITES (SUNSITE has previous version...commented out for now)
- Add LICENSE (GPLv2)
- Add PORTDOCS
- Trim Makefile header
- Pass maintainership to submitter

PR:		ports/174038
Submitted by:	nemysis <nemysis@gmx.ch>
Feature safe:	yes
This commit is contained in:
Jason E. Hale 2012-12-02 22:55:57 +00:00
parent 95afc30ff5
commit 07d7f2b803
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308119
2 changed files with 25 additions and 16 deletions

View file

@ -1,33 +1,37 @@
# New ports collection makefile for: boxes
# Date created: 3 March 2000
# Whom: Patrick Seal (patseal@hyperhost.net)
#
# Created by: Patrick Seal <patseal@hyperhost.net>
# $FreeBSD$
#
PORTNAME= boxes
PORTVERSION= 1.1
PORTREVISION= 1
PORTVERSION= 1.1.1
CATEGORIES= misc
MASTER_SITES= http://boxes.thomasjensen.com/download/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/text
http://fossies.org/unix/privat/
# SUNSITE/utils/text
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= ports@FreeBSD.org
MAINTAINER= nemysis@gmx.ch
COMMENT= Draws ASCII-art configurable boxes around text or code
MAN1= boxes.1
LICENSE= GPLv2
USE_GMAKE= yes
USE_BISON= build
ALL_TARGET= boxes
MAKE_ARGS= CC="${CC}" GLOBALCONF=${GLOBALCONF} CFLAGS="${CFLAGS} -ansi -I. -Iregexp"
GLOBALCONF= ${DATADIR}/boxes-config
PLIST_FILES= bin/boxes share/boxes/boxes-config
PLIST_DIRS= share/boxes
do-configure:
PLIST_FILES= bin/boxes \
${DATADIR_REL}/boxes-config
PLIST_DIRS= ${DATADIR_REL}
MAN1= boxes.1
PORTDOCS= README
.include <bsd.port.options.mk>
post-patch:
${RM} ${WRKSRC}/src/boxes.h ${WRKSRC}/doc/boxes.1
do-install:
@ -36,4 +40,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/boxes-config ${DATADIR}
${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (boxes-1.1.src.tar.gz) = c9f931fc9f8e0aeadb370518e3e66f1cbfa956ba7817bcb8f701630f70b711e3
SIZE (boxes-1.1.src.tar.gz) = 138279
SHA256 (boxes-1.1.1.src.tar.gz) = d8529840281618e75a4adf313f08291b89c8cf83928c2c1f4b0ddcd236fb2420
SIZE (boxes-1.1.1.src.tar.gz) = 139140