mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Update to 0.1.0
PR: 124843 Submitted by: Ports Fury
This commit is contained in:
parent
2d3557d57b
commit
46f7500d9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215619
@ -5,21 +5,23 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= enscribe
|
||||
PORTVERSION= 0.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio graphics
|
||||
MASTER_SITES= http://www.coppercloudmusic.com/enscribe/
|
||||
EXTRACT_SUFX= .tgz
|
||||
PORTNAME= enscribe
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= audio graphics
|
||||
MASTER_SITES= http://www.coppercloudmusic.com/enscribe/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Create digital audio watermark images from photographic images
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Create digital audio watermark images from photographic images
|
||||
|
||||
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \
|
||||
png:${PORTSDIR}/graphics/png \
|
||||
jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
freetype:${PORTSDIR}/print/freetype2 \
|
||||
sndfile:${PORTSDIR}/audio/libsndfile
|
||||
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
||||
gd.4:${PORTSDIR}/graphics/gd \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/enscribe
|
||||
|
||||
do-build:
|
||||
cd ${BUILD_WRKSRC}; ${CC} ${CFLAGS} \
|
||||
@ -29,7 +31,6 @@ do-build:
|
||||
-o enscribe enscribe.c
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/enscribe ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (enscribe-0.0.4.tgz) = a132ab3616f33238d3eea7f2dc4b35b7
|
||||
SHA256 (enscribe-0.0.4.tgz) = 19ed27581efa8ff7e06fe1b021ae3a9263e7d0f79c39ae4078cbdaae16d5f602
|
||||
SIZE (enscribe-0.0.4.tgz) = 16655
|
||||
MD5 (enscribe-0.1.0.tgz) = 809b9706fb855ad8488e77b9d126970d
|
||||
SHA256 (enscribe-0.1.0.tgz) = ea9e9667fabe3f916c43d62b388b239d45a6e0b7f428ac41881808a211e7cc27
|
||||
SIZE (enscribe-0.1.0.tgz) = 724828
|
||||
|
@ -1,3 +0,0 @@
|
||||
bin/enscribe
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user