freebsd-ports/news/husky-huskylib/Makefile
Bryan Drewery 2ded93783d Rework husky ports to use a more conventional MASTER/SLAVE port pattern.
- 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
2015-09-21 22:09:08 +00:00

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"