aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libadplug/Makefile
blob: fc44af6d023d8242d5b24b08f91ed169fc0edfd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$

PORTNAME=   adplug
PORTVERSION=    2.3.1
DISTVERSIONPREFIX=  ${PORTNAME}-
CATEGORIES= audio
PKGNAMEPREFIX=  lib

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    AdLib emulator library supporting many formats

LICENSE=    GPLv2

LIB_DEPENDS=    libbinio.so:devel/libbinio

USES=       autoreconf libtool makeinfo pathfix pkgconfig
GNU_CONFIGURE=  yes
USE_GITHUB= yes
USE_LDCONFIG=   yes
USE_CSTD=   gnu89

INFO=       libadplug

CONFIGURE_ARGS+=    --enable-maintainer-mode

INSTALL_TARGET= install-strip

PLIST_SUB+= PORTVERSION=${PORTVERSION}

.include <bsd.port.mk>