4c14c6dc86
PR: 138369 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout Feature safe: yes
31 lines
763 B
Makefile
31 lines
763 B
Makefile
# New ports collection makefile for: autodist
|
|
# Date created: 2007-02-21
|
|
# Whom: Peter Johnson <johnson.peter@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= autodist
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://silcnet.org/download/autodist/sources/ \
|
|
http://public.planetmirror.com/pub/silcnet/autodist/sources/ \
|
|
ftp://ftp.planetmirror.com/pub/silcnet/autodist/sources/
|
|
|
|
MAINTAINER= johnson.peter@gmail.com
|
|
COMMENT= Distribution creation system
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= autodist.1
|
|
INFO= autodist
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^install-exec-hook:/,/^$$/s/^ .*//' \
|
|
${WRKSRC}/apps/autodist/Makefile.in
|
|
${ECHO} "file empty" >> ${WRKSRC}/apps/autodist/doc/autodist.info
|
|
|
|
.include <bsd.port.post.mk>
|