freebsd-ports/deskutils/autocutsel/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

24 lines
480 B
Makefile

# Created by: john@jnielsen.net
# $FreeBSD$
PORTNAME= autocutsel
PORTVERSION= 0.10.0
CATEGORIES= deskutils
MAINTAINER= john@jnielsen.net
COMMENT= Synchronizes the two copy/paste buffers used by X applications
USE_GITHUB= yes
GH_ACCOUNT= sigmike
USE_XORG= x11 xaw xmu
GNU_CONFIGURE= yes
USES= gmake autoreconf libtool
PLIST_FILES= bin/autocutsel \
bin/cutsel
post-configure:
@${REINPLACE_CMD} -e 's|-I\.|-I/usr/local/include|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>