mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
dd16100f96
- Bring in line with other linux-gecko ports, thus inheriting all the features of the infrastructure: o desktop file o XPI/NPAPI support Approved by: Ilya Khamushkin <ilya@space.rootshell.ru> (maintainer)
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# 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
|
|
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>
|