freebsd-ports/misc/boxes/Makefile

34 lines
841 B
Makefile
Raw Normal View History

# New ports collection makefile for: boxes
# Date created: 3 March 2000
# Whom: Patrick Seal (patseal@hyperhost.net)
#
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= boxes
PORTVERSION= 1.0.1
CATEGORIES= misc
MASTER_SITES= http://boxes.thomasjensen.com/download/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/text
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Draws ASCII-art configurable boxes around text or code
MAN1= boxes.1
USE_GMAKE= yes
USE_BISON= yes
ALL_TARGET= boxes
MAKE_ARGS= GLOBALCONF=${GLOBALCONF} CFLAGS_ADDTL="${CFLAGS}"
GLOBALCONF= ${PREFIX}/share/boxes/boxes-config
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/boxes ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/boxes
${INSTALL_DATA} ${WRKSRC}/boxes-config ${PREFIX}/share/boxes
${INSTALL_MAN} ${WRKSRC}/doc/$(MAN1) ${PREFIX}/man/man1
.include <bsd.port.mk>