05a10795ce
PR: 137282 Submitted by: Earl Gay <earl@eeg3.net> Feature safe: yes
42 lines
946 B
Makefile
42 lines
946 B
Makefile
# New ports collection makefile for: asWedit
|
|
# Date created: 25 June 1997
|
|
# Whom: brett@peloton.physics.montana.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= asWedit
|
|
PORTVERSION= 4.0.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= www editors linux
|
|
MASTER_SITES= ftp://sunsite.icm.edu.pl/pub/www/asWedit/ \
|
|
http://freebsd.eeg3.net/distfiles/
|
|
DISTNAME= asWedit-4.0-i386.linux
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An easy to use HTML and text editor
|
|
|
|
RESTRICTED= Commercial software
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
USE_LINUX= yes
|
|
|
|
WRKSRC= ${WRKDIR}/asWedit-4.0.1
|
|
|
|
do-build:
|
|
${BRANDELF} -t Linux ${WRKSRC}/asWedit
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/asWedit ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/asWedit.hlp ${PREFIX}/lib
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
|
|
@${ECHO_MSG} "Be sure to read the license agreement in"
|
|
@${ECHO_MSG} "${PREFIX}/share/doc/asWedit/LICENSE."
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|