1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/aswedit/Makefile
Erwin Lansing 9e3ebbc410 Reset maintainer, address bounces:
<brett@peloton.runet.edu>: connect to peloton.runet.edu[137.45.96.205]:25:
    Operation timed out
2009-08-03 08:32:01 +00:00

41 lines
907 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/
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>