mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
a42ec116be
Today the older unstaged husky-* ports were removed as the first part of a transition move the development versions into their place. This commit completes the relocation of husky-*-devel ports.
16 lines
266 B
Makefile
16 lines
266 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= husky-huskylib
|
|
CATEGORIES= news mail
|
|
|
|
MAINTAINER= osharoiko@gmail.com
|
|
COMMENT= Husky generic FTN library
|
|
|
|
INSTALL_TARGET= install install-man
|
|
USE_LDCONFIG= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../husky
|
|
COMPONENT_SUBDIR= huskylib
|
|
|
|
.include <bsd.port.mk>
|