mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
2d8b17ea39
With hat: portmgr
17 lines
258 B
Makefile
17 lines
258 B
Makefile
# Created by: 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>
|