freebsd-ports/x11/gnome-clipboard-daemon/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

32 lines
716 B
Makefile

# $FreeBSD$
PORTNAME= gnome-clipboard-daemon
PORTVERSION= 1.0
PORTREVISION= 12
CATEGORIES= x11 gnome
MASTER_SITES= http://members.chello.nl/~h.lai/gnome-clipboard-daemon/
DISTNAME= ${PORTNAME:S,^gnome-,,}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Program that keeps the content of your X clipboard in memory
LICENSE= GPLv2
USES= pkgconfig tar:bzip2
USE_GNOME= gtk20
USE_XORG= x11
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}"
PLIST_FILES= bin/${PORTNAME}
post-patch:
@${REINPLACE_CMD} \
-e 's|-o clipboard-daemon |-o ${PORTNAME} |' \
-e 's/gtk+-2\.0/& x11/' \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>