freebsd-ports/editors/aewan/Makefile
2005-04-12 03:26:56 +00:00

34 lines
689 B
Makefile

# 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>