mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
4441744c07
site URL as a reference for now, maybe it will come back one day) - Reformat description text for better readability - Point WWW: to a working project homepage PR: 199328 Submitted by: Chris Hutchinson
24 lines
606 B
Makefile
24 lines
606 B
Makefile
# Created by: Piotr Smyrak <smyru@heron.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gruler
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 11
|
|
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>
|