blob: 1a69abbbb8c3b9babe0f9bffbf3c4d3cc174ca48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: FrontPage French Web Administration
# Date created: Sat Oct 25 16:30:00 CDT 2001
# Whom: hetzels@westbend.net
#
# $FreeBSD$
#
PORTNAME= frontpage
CATEGORIES= www french
PKGNAMEPREFIX= fr-
MAINTAINER= hetzels@westbend.net
COMMENT= Microsoft Frontpage French Web Administration
MD5_FILE= ${.CURDIR}/distinfo
FP_LANG= fra
FP_LANGUAGE= French
FP_LCID= 1036
MASTERDIR= ${.CURDIR}/../frontpage-ar
.include "${MASTERDIR}/Makefile"
|