aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_cleanup/files/Makefile
blob: 551675bff7d5c76f3d7e76eec1314b607d85b630 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.if exists(/usr/lib/libncursesw.so)
LDLIBS += -lncursesw
.else
LDLIBS += -lncurses
.endif
LDLIBS += -ldialog

all: pkg_cleanup

pkg_cleanup: pkg_cleanup.c