freebsd-ports/portuguese/aspell-pt_PT/Makefile
Mario Sergio Fujikawa Ferreira a9888db2eb - Improve package naming according to language category naming
conventions. The language code should be a suffix on the port
  name but a prefix on the package name.
- Bump PORTREVISION.
2008-12-07 18:42:11 +00:00

21 lines
502 B
Makefile

# New ports collection makefile for: pt-aspell
# Date created: 6 September 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= aspell
DISTVERSION= 6-pt_PT-20070510-0
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= portuguese textproc
PKGNAMEPREFIX?= pt_PT-
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell Portuguese dictionary
DICT= pt_PT
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>