1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/lang/embryo/Makefile
Jimmy Olgeni 021be14f65 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
2014-07-05 19:27:03 +00:00

30 lines
614 B
Makefile

# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $FreeBSD$
PORTNAME= embryo
PORTVERSION= 1.7.9
PORTEPOCH= 2
CATEGORIES= lang enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
LOCAL/gblach/e17/
MAINTAINER= gblach@FreeBSD.org
COMMENT= C like scripting language used in Enlightenment
LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pathfix pkgconfig
USE_EFL= eina libtool_hack librt_hack
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 803000
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-lib-embryo_float.c
.endif
.include <bsd.port.post.mk>