1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/granulate/Makefile
2001-02-17 17:13:39 +00:00

20 lines
373 B
Makefile

# 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>