1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/toh/Makefile
Martin Wilke d015ea81e1 A filter program, used to generate text to be
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
2007-01-28 00:16:21 +00:00

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>