1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/print/gribouy/Makefile
Antoine Brodin 95e220d1be Deprecate some GNOME 2 applications
With hat:	portmgr
2018-10-07 20:25:16 +00:00

29 lines
562 B
Makefile

# Created by: bland@FreeBSD.org
# $FreeBSD$
PORTNAME= gribouy
PORTVERSION= 0.0.8
PORTREVISION= 20
CATEGORIES= print gnome
MASTER_SITES= LOCAL/bland
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gribouy is a Type1 font editor
DEPRECATED= GNOME 2 application
EXPIRATION_DATE= 2018-12-10
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake pkgconfig
USE_GNOME= gnomeprefix libglade2 libgnomeui
USE_GCC= any
post-patch:
@${REINPLACE_CMD} -e '/^LIBS =/s|$$| -lm|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>