mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
023ce00d00
- Strip shared library
19 lines
342 B
Makefile
19 lines
342 B
Makefile
# Created by: buganini@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libcue
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= CUE Sheet Parser Library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= gettext libtool:keepla pathfix tar:bzip2
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|