diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-22 18:11:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-22 18:11:51 +0000 |
commit | 23acd318b2912bab24418063ced28fa22af874c0 (patch) | |
tree | 47468a8359ada2a880a88b17c87c18713103bd35 /misc/granulate/Makefile | |
parent | Add AUTOMAKE_ARGS+=-i by default if AUTOMAKE_VER != 1.5. This generates (diff) |
back out granulate
Diffstat (limited to 'misc/granulate/Makefile')
-rw-r--r-- | misc/granulate/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile new file mode 100644 index 000000000000..88ed6b5f2d3e --- /dev/null +++ b/misc/granulate/Makefile @@ -0,0 +1,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> |