mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
22 lines
397 B
Makefile
22 lines
397 B
Makefile
V = 2.0.1
|
|
COMMENT = user-friendly text pager
|
|
DISTNAME = lookat_bekijk-${V}
|
|
PKGNAME = lookat-${V}
|
|
CATEGORIES = sysutils textproc
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = http://www.wagemakers.be/english/programs/lookat
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c curses
|
|
|
|
SITES = ${SITE_SAVANNAH:=lookat/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
FAKE_FLAGS = sysconfdir="${PREFIX}/share/examples/lookat"
|
|
|
|
.include <bsd.port.mk>
|