diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /audio/adplay | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'audio/adplay')
-rw-r--r-- | audio/adplay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile index 81a5f0fa3bc0..81868e5bc2e4 100644 --- a/audio/adplay/Makefile +++ b/audio/adplay/Makefile @@ -17,6 +17,8 @@ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${EXTRACT_SUFX}:main \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= AdLib player using adplug library +LICENSE= GPLv2 + LIB_DEPENDS= adplug-2.2:${PORTSDIR}/audio/libadplug GNU_CONFIGURE= yes @@ -31,7 +33,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --sharedstatedir=${DATADIR} -LICENSE= GPLv2 MAN1= adplay.1 PLIST_FILES= bin/adplay %%DATADIR%%/adplug.db PLIST_DIRS= %%DATADIR%% |