2ded93783d
- Remove Makefile.local as it is intended to be a user file that should not be committed. Its documentation is poor (r12873) but users are relying on it. - Remove CONFLICTS as for every port it just conflicted with itself. With hat: portmgr
13 lines
222 B
Makefile
13 lines
222 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= husky-huskylib
|
|
|
|
COMMENT= Husky generic FTN library
|
|
|
|
INSTALL_TARGET= install install-man
|
|
USE_LDCONFIG= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../husky
|
|
COMPONENT_SUBDIR= huskylib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|