mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
d015ea81e1
included into C code as #define, provides the conversion of newlines and quotes into standard C-code text WWW: http://www.lulli.net/frog/prjsynd.cgi?prj=toh PR: ports/107691 Submitted by: Paolo Lulli
21 lines
347 B
Makefile
21 lines
347 B
Makefile
# New ports collection makefile for: toh
|
|
# Date created: Sun, 7 Jan 2007 21:51:07 +0100
|
|
# Whom: Paolo Lulli
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= toh
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.lulli.net/prj/toh//dist/
|
|
|
|
MAINTAINER= paolo@lulli.net
|
|
COMMENT= Text to include
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/toh
|
|
|
|
.include <bsd.port.mk>
|