blob: 157e23d3c6a75162735d64efe3d195f8bc2054a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: FrontPage Brazilian Web Administration
# Date created: Sat Oct 25 16:30:00 CDT 2001
# Whom: hetzels@westbend.net
#
# $FreeBSD$
#
PORTNAME= frontpage
PKGNAMEPREFIX= pt_BR-
MAINTAINER= hetzels@westbend.net
MD5_FILE= ${.CURDIR}/distinfo
FP_LANG= ptb
FP_LANGUAGE= Brazilian
FP_LCID= 1046
MASTERDIR= ${.CURDIR}/../frontpage-ar
.include "${MASTERDIR}/Makefile"
|