freebsd-ports/deskutils/gruler/Makefile
Tijl Coosemans 094d906123 Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:17:43 +00:00

23 lines
606 B
Makefile

# Created by: Piotr Smyrak <smyru@heron.pl>
# $FreeBSD$
PORTNAME= gruler
PORTVERSION= 0.6
PORTREVISION= 12
CATEGORIES= deskutils
MASTER_SITES= http://BSDforge.com/projects/source/deskutils/gruler/ \
#http://linuxadvocate.org/projects/gruler/downloads/
MAINTAINER= ps.ports@smyrak.com
COMMENT= Simple customizable GTK screen ruler
USES= pkgconfig pathfix libtool
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix libgnomeui libglade2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=""||' ${WRKSRC}/configure
.include <bsd.port.mk>