1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/editors/aewan/Makefile
Dmitry Marakasov 96e0a80788 - Switch to options helpers
- Regenerate patches
2017-03-11 09:01:51 +00:00

41 lines
848 B
Makefile

# Created by: krion
# $FreeBSD$
PORTNAME= aewan
PORTVERSION= 1.0.01
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses-based program for the creation and editing of ASCII art
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake ncurses
PLIST_FILES= bin/aecat bin/aewan bin/aemakeflic \
man/man1/aecat.1.gz \
man/man1/aewan.1.gz \
man/man1/aemakeflic.1.gz \
man/man5/aewan.5.gz
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>