blob: 3a0ec93803ea29f270dc34eac58cfeceda4af976 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: linux-nvu
# Date created: 2004-05-10
# Whom: Ilya Khamushkin
#
# $FreeBSD$
#
PORTNAME= nvu
PORTVERSION= 1.0
DISTVERSIONSUFFIX= -pc-linux2.6.10-gnu
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://cvs.nvu.com/download/ CSME
MAINTAINER= ilya@space.rootshell.ru
COMMENT= A complete Web Authoring System
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include "${.CURDIR}/../linux-seamonkey/Makefile.common"
.include <bsd.port.mk>
|