mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
38 lines
956 B
Makefile
38 lines
956 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= 1
|
|
CATEGORIES= www editors linux
|
|
MASTER_SITES= ftp://sunsite.icm.edu.pl/pub/www/asWedit/
|
|
DISTNAME= asWedit-4.0-i386.linux
|
|
|
|
MAINTAINER= brett@peloton.runet.edu
|
|
COMMENT= An easy to use HTML and text editor
|
|
|
|
RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
|
|
|
|
RESTRICTED= "Commercial software"
|
|
NO_BUILD= yes
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
WRKSRC= ${WRKDIR}/asWedit-4.0.1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/asWedit ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/asWedit.hlp ${PREFIX}/lib
|
|
@${MKDIR} ${PREFIX}/share/doc/asWedit
|
|
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/asWedit
|
|
|
|
post-install:
|
|
@${ECHO_MSG} "Be sure to read the license agreement in"
|
|
@${ECHO_MSG} "${PREFIX}/share/doc/asWedit/LICENSE."
|
|
|
|
.include <bsd.port.mk>
|