1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/chinese/bug5/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

27 lines
472 B
Makefile

# Created by: buganini@gmail.com
# $FreeBSD$
PORTNAME= bug5
PORTVERSION= 1.18
CATEGORIES= chinese converters
MAINTAINER= buganini@gmail.com
COMMENT= Big5/GBK <-> UTF-8 translating layer in terminal
LICENSE= BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB= multi
LIB_DEPENDS= libbsdconv.so:converters/bsdconv
USE_GITHUB= yes
GH_ACCOUNT= buganini
MAKE_ARGS= PREFIX=${PREFIX}
PLIST_FILES= bin/bug5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bug5
.include <bsd.port.mk>