diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-09 06:04:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-09 06:04:00 +0000 |
commit | 536c69d9042aa2b6ac0440d0c89ec1aa6f4c4a39 (patch) | |
tree | b141f89c10a083f9653237ffae20a5c971139489 /audio/esound/Makefile | |
parent | 3417b89e3048c6590b8575dd0cda226d4e48037c (diff) | |
download | ports-536c69d9042aa2b6ac0440d0c89ec1aa6f4c4a39.tar.gz ports-536c69d9042aa2b6ac0440d0c89ec1aa6f4c4a39.zip |
Notes
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index fe6493c6b6d2..ce2f87314447 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -6,8 +6,7 @@ # PORTNAME= esound -PORTVERSION= 0.2.26 -PORTREVISION= 2 +PORTVERSION= 0.2.27 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/esound @@ -25,4 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lgnugetopt" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +MAN1= esd-config.1 esd.1 esdcat.1 esdctl.1 esddsp.1 esdfilt.1 esdloop.1 \ + esdmon.1 esdplay.1 esdrec.1 esdsample.1 + .include <bsd.port.mk> |