blob: 056faa9955f25d058c1cd81a40e05cf836ffc1c8 (
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
24
25
|
# New ports collection makefile for: mythes
# Date created: 2011-06-18
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythes
PORTVERSION= 1.2.3
CATEGORIES= textproc
MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Simple thesaurus library
LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell
USE_GNOME= gnomehack
USE_PKGCONFIG= build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|