1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/deskutils/dlume/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

25 lines
531 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= dlume
PORTVERSION= 0.2.4
PORTREVISION= 13
CATEGORIES= deskutils gnome
MASTER_SITES= TUCOWS
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 address book
USES= pathfix pkgconfig
USE_GNOME= gnomeprefix gtk20 libxml2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/dlume man/man1/dlume.1.gz share/pixmaps/dlume.png
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>