aboutsummaryrefslogtreecommitdiffstats
path: root/lang/malbolge/Makefile
blob: 6fd92e1f6dea7a67115ef1506f383e577692cd9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    malbolge
# Date created:     13 July 2012
# Whom:     Dereckson <dereckson@gmail.com>
#
# $FreeBSD$
#

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>