mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0190983d13
- While here, minor cosmetic and license fixes Approved by: portmgr blanket
24 lines
444 B
Makefile
24 lines
444 B
Makefile
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmowgli
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= Development framework for C
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= atheme-legacy
|
|
GH_TAGNAME= 5ab559e3af5b11767ada53d4401fb1c4443f3723
|
|
|
|
USES= gmake pathfix
|
|
PATHFIX_MAKEFILEIN= Makefile
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|