mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
26 lines
372 B
Makefile
26 lines
372 B
Makefile
COMMENT= simple irc client
|
|
|
|
DISTNAME= sic-1.3
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://tools.suckless.org/sic/
|
|
|
|
MAINTAINER = Joerg Jung <jung@openbsd.org>
|
|
|
|
# MIT/X
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# uses pledge()
|
|
WANTLIB= c
|
|
|
|
SITES= http://dl.suckless.org/tools/
|
|
|
|
MAKE_FLAGS= CC="${CC}"
|
|
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
|
FAKE_FLAGS= DESTDIR=""
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|