1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11/gcb/Makefile
Emanuel Haupt 8cffe2cd4e Add gcb 0.2.8, a GTK+ tool for managing x11 cut-buffers.
PR:		92538
Submitted by:	Nosov Artem <chip-set@mail.ru>
2006-04-06 11:25:20 +00:00

44 lines
1.1 KiB
Makefile

# New ports collection makefile for: gcb
# Date Created: 30 January 2006
# Whom: Nosov Artem <chip-set@mail.ru>
#
# $FreeBSD$
#
PORTNAME= gcb
PORTVERSION= 0.2.8
CATEGORIES= x11
MASTER_SITES= http://ccbsd9.csie.nctu.edu.tw/~cp76/gcb/
MAINTAINER= chip-set@mail.ru
COMMENT= A GTK+ tool for managing x11 cut-buffers
HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gtk20
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on FreeBSD 4.x
.endif
post-patch:
@${REINPLACE_CMD} -e 's|#!/bin/bash|#!${SH}|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; \
s|^\(CFLAGS\)=\(.*\)-g\ -O\(.*\)|\1+=\2 \3|' \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/icons
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop \
${PREFIX}/share/applications
${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps
.include <bsd.port.post.mk>