mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
4e5b54a3ec
Approved by: db, skreuzer (mentors)
26 lines
505 B
Makefile
26 lines
505 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= concordance
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= shurd@FreeBSD.org
|
|
COMMENT= Command-line Logitech Harmony configuration tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libconcord.so:${PORTSDIR}/comms/libconcord
|
|
|
|
USES= tar:bzip2
|
|
WRKSRC_SUBDIR= ${PORTNAME}
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= bin/concordance \
|
|
man/man1/concordance.1.gz
|
|
|
|
.include <bsd.port.mk>
|