aboutsummaryrefslogtreecommitdiff
path: root/misc/granulate/Makefile
blob: 88ed6b5f2d3ed088347a7c5441d5f0b971e74ee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ex:ts=8
# New ports collection makefile for:   granulate
# Date created:			Feb 17, 2001
# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	granulate
PORTVERSION=	0.1
CATEGORIES=	misc
MASTER_SITES=	ftp://134.74.16.12/pub/

MAINTAINER=	ijliao@FreeBSD.org

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>