blob: e05a8fedc42c609baefe28ba8f857eeab71bc013 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= drg2sbg
PORTVERSION= 2.2
CATEGORIES= converters audio
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Convert propiatary .drg file format into SBaGen format
LICENSE= GPLv2
GNU_CONFIGURE= yes
PLIST_FILES= bin/drg2sbg bin/drgbuilder man/man1/drg2sbg.1.gz \
man/man1/drgbuilder.1.gz
.include <bsd.port.mk>
|