blob: 7220cb747633b21080d1760aab2c0ed40d33c8bf (
plain)
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: FrontPage Italian Web Administration
# Date created: Sat Oct 25 16:30:00 CDT 2001
# Whom: hetzels@westbend.net
#
# $FreeBSD$
#
PORTNAME= frontpage
PKGNAMEPREFIX= it-
MAINTAINER= hetzels@westbend.net
COMMENT= Microsoft Frontpage Italian Web Administration
MD5_FILE= ${.CURDIR}/distinfo
FP_LANG= ita
FP_LANGUAGE= Italian
FP_LCID= 1040
MASTERDIR= ${.CURDIR}/../frontpage-ar
.include "${MASTERDIR}/Makefile"
|