diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-30 14:26:06 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-30 14:26:06 +0000 |
commit | 0fb72bb59b765ea499f1e608f2b906f939cb9c58 (patch) | |
tree | 8f3ff888b1cc11b2be54b54fd184f2c0dfb8a397 /audio | |
parent | 963276605bdc4aa39cfb6f7961c08993e18de87d (diff) | |
download | ports-0fb72bb59b765ea499f1e608f2b906f939cb9c58.tar.gz ports-0fb72bb59b765ea499f1e608f2b906f939cb9c58.zip |
- Add LICENSE
- STAGE-clean
Notes
Notes:
svn path=/head/; revision=341842
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tcd/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/tcd/Makefile b/audio/tcd/Makefile index 7d0edd1e1980..e3de9fe227ab 100644 --- a/audio/tcd/Makefile +++ b/audio/tcd/Makefile @@ -9,13 +9,14 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gahr@FreeBSD.org -COMMENT= A simple, user-friendly ncurses-based CD player +COMMENT= Simple, user-friendly ncurses-based CD player + +LICENSE= GPLv2 USE_SDL= sdl -NO_STAGE= yes GNU_CONFIGURE= yes -MAN1= tcd.1 -PLIST_FILES= bin/tcd +PLIST_FILES= bin/tcd \ + man/man1/tcd.1.gz .include <bsd.port.mk> |