freebsd-ports/deskutils/dlume/Makefile

25 lines
531 B
Makefile
Raw Normal View History

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= dlume
PORTVERSION= 0.2.4
PORTREVISION= 12
CATEGORIES= deskutils gnome
MASTER_SITES= TUCOWS
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 address book
2013-12-31 14:17:05 +01:00
USES= pathfix pkgconfig
USE_GNOME= gnomeprefix gtk20 libxml2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2013-12-31 14:17:05 +01:00
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>