head	1.7;
access;
symbols
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.58.52;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.14.19.22.49;	author jgh;	state Exp;
branches;
next	1.5;

1.5
date	2012.07.17.16.37.38;	author jgh;	state Exp;
branches;
next	1.4;

1.4
date	2005.11.15.11.35.44;	author barner;	state dead;
branches;
next	1.3;

1.3
date	2003.02.21.12.35.04;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.27.13.01.21;	author obraun;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.14.17.13.18;	author markp;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	malbolge
# Date created:		13 July 2012
# Whom:		Dereckson <dereckson@@gmail.com>
#
# $FreeBSD: head/lang/malbolge/Makefile 302529 2012-08-14 19:22:49Z jgh $
#

PORTNAME=	malbolge
PORTVERSION=	0.1.1
CATEGORIES=	lang
MASTER_SITES=	http://cdn.bitbucket.org/dereckson/${PORTNAME}/downloads/

MAINTAINER=	dereckson@@gmail.com
COMMENT=	An esoteric language

PLIST_FILES=	bin/malbolge

PORTDOCS=	*

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

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/malbolge.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.6
log
@SVN rev 302529 on 2012-08-14 19:22:49Z by jgh

- This port was readded; the last version of the removed port was at r76037.

Spotted by: crees@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@SVN rev 301017 on 2012-07-17 16:37:38Z by jgh

- add new port: lang/malbolge

Malbolge is an esoteric language, named after the eighth circle of hell in the
Divina Commedia by Dante.

Two years were necessary to see the first software produced in this language.

WWW: http://www.dereckson.be/software/Malbolge/

PR:	ports/169863
Submitted by:	dereckson@@gmail.com
@
text
@@


1.4
log
@Remove abandoned ports (mastersite has vanished).

Requested by:	Simon Dick <simond@@irrelevant.org> (maintainer)
PR:		ports/89059
@
text
@d1 3
a3 3
# New ports collection makefile for:   malbolge
# Date created:        14 June 2001
# Whom:                simond@@irrelevant.org
d5 1
a5 1
# $FreeBSD: ports/lang/malbolge/Makefile,v 1.3 2003/02/21 12:35:04 knu Exp $
d9 1
a9 1
PORTVERSION=	1.0
d11 1
a11 2
MASTER_SITES=	http://www.mines.edu/students/b/bolmstea/malbolge/
DISTNAME=	malbolge
d13 2
a14 2
MAINTAINER=    simond@@irrelevant.org
COMMENT=	An Infernal programming language
d16 1
a16 1
USE_REINPLACE=	yes
d18 1
a18 5
post-patch:
	@@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/malbolge.c

do-build:
	${CC} ${CFLAGS} ${WRKSRC}/malbolge.c -o ${WRKSRC}/malbolge
d22 7
a28 5
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/malbolge
	${INSTALL_DATA} ${WRKSRC}/malbolge.txt ${PREFIX}/share/doc/malbolge
	${INSTALL_DATA} ${WRKSRC}/malbolge.txt ${WRKSRC}/nop.mal \
		${PREFIX}/share/doc/malbolge
@


1.3
log
@De-pkg-comment.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@PERL -> REINPLACE

PR:		44523
Submitted by:	maintainer
@
text
@d15 1
@


1.1
log
@Add malbolge 1.0, an Infernal programming language.

Cleaned up before commit.

PR:		28147
Submitted by:	simond@@irrelevant.org
@
text
@d16 2
d19 1
a19 1
	${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" ${WRKSRC}/malbolge.c
@

