# New ports collection makefile for: aewan # Date created: 07.05.2004 # Whom: krion # # $FreeBSD$ # PORTNAME= aewan PORTVERSION= 0.8.7 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aewan MAINTAINER= krion@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} PLIST_FILES= bin/ae2aes bin/aecat bin/aewan PORTDOCS= README post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include