blob: d33084a724736c7dbf8f262df2148faacf59ff73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: open-usp-tukubai
# Date created: 1 March 2012
# Whom: Daichi GOTO <daichi@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= open-usp-tukubai
PORTVERSION= 20120503
CATEGORIES= devel
MASTER_SITES= https://uec.usp-lab.com/TUKUBAI/DOWNLOAD/
MAINTAINER= daichi@FreeBSD.org
COMMENT= Open usp Tukubai is OSS version of Tukubai commands set
USE_BZIP2= yes
USE_GMAKE= yes
USE_PYTHON= yes
NO_BUILD= yes
.include <bsd.port.mk>
|