1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/mail/gbuffy/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

27 lines
611 B
Makefile

# Created by: rasmus@kaj.se
# $FreeBSD$
PORTNAME= gbuffy
PORTVERSION= 0.2.6
PORTREVISION= 7
CATEGORIES= mail
MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/gbuffy-${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+ multiple mailbox "biff" program
LIB_DEPENDS= libPropList.so:${PORTSDIR}/devel/libPropList \
libcompface.so:${PORTSDIR}/mail/faces
PLIST_FILES= bin/gbuffy
USE_GNOME= gtk12
GNU_CONFIGURE= yes
LIBS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|bindir)|DESTDIR)$$(&|' \
-e 's|INSTALL)|BSD_INSTALL_PROGRAM)|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>