aboutsummaryrefslogtreecommitdiffstats
path: root/editors/aewan/Makefile
blob: 17a960af8d0ca5dcb22537de17e66fd883b7ba1e (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
32
33
34
# New ports collection makefile for:    aewan
# Date created:             07.05.2004
# Whom:                 krion
#
# $FreeBSD$
#

PORTNAME=   aewan
PORTVERSION=    0.9.3
CATEGORIES= editors
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Curses-based program for the creation and editing of ascii art

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=       aecat.1 aewan.1
MAN5=       aewan.5
PORTDOCS=   README
PLIST_FILES=    bin/aecat bin/aewan

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in README
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>