1a31bc14a6
- Set LICENSE. - Remove unused pkg-descr. PR: 211252 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
22 lines
383 B
Makefile
22 lines
383 B
Makefile
# Created by: bsam
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aspell
|
|
PORTVERSION= 0.60.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Spelling checker with better logic than ispell (Linux Fedora 10)
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= linux:f10
|
|
USE_LINUX_RPM= yes
|
|
|
|
RPMVERSION= 3.fc10
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|