ce1197e105
Feature safe: yes
23 lines
428 B
Makefile
23 lines
428 B
Makefile
# 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>
|