blob: 3d22a3701d747b7533ca9e3c9326d6f537c1d169 (
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
|
# New ports collection makefile for: drg2sbg
# Date created: 17 Jul 2010
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= drg2sbg
PORTVERSION= 1.2.11
CATEGORIES= converters audio
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Convert propiatary .drg file format into SBaGen format
GNU_CONFIGURE= yes
USE_SSL= yes
LICENSE= GPLv2
PLIST_FILES= bin/drg2sbg
.include <bsd.port.mk>
|