diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-06 20:06:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-06 20:06:35 +0000 |
commit | 7d2da5b33c5c7036be07f8bc22381085d3723fa2 (patch) | |
tree | d5abef143ac82a9907446ccc010583bcb97ce627 /editors/aewan/Makefile | |
parent | 8f32bf9d0af8d950d98245bfab4a588649f6f00d (diff) | |
download | ports-7d2da5b33c5c7036be07f8bc22381085d3723fa2.tar.gz ports-7d2da5b33c5c7036be07f8bc22381085d3723fa2.zip |
Notes
Diffstat (limited to 'editors/aewan/Makefile')
-rw-r--r-- | editors/aewan/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile new file mode 100644 index 000000000000..a623f3d23d0b --- /dev/null +++ b/editors/aewan/Makefile @@ -0,0 +1,32 @@ +# 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 <bsd.port.mk> |