mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
29 lines
501 B
Makefile
29 lines
501 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lafontaine
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 9
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.nongnu.org/lafontaine/archives/
|
|
DISTNAME= ${PORTNAME}_0.4-1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical logo interpreter
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.4
|
|
|
|
USES= pathfix gmake pkgconfig
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
USE_CSTD= gnu89
|
|
LDFLAGS+= -lm
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext
|
|
|
|
.include <bsd.port.mk>
|