diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/amp/Makefile | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) | |
download | ports-5163781803124a083a6fdae72fd2235faf64ac0c.tar.gz ports-5163781803124a083a6fdae72fd2235faf64ac0c.zip |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Notes
Notes:
svn path=/head/; revision=325727
Diffstat (limited to 'audio/amp/Makefile')
-rw-r--r-- | audio/amp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile index 998e64efc6a8..b4880801e8ed 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: amp -# Date created: Jun 23 1997 -# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> -# +# Created by: Vanilla I. Shu <vanilla@MinJe.com.TW> # $FreeBSD$ -# PORTNAME= amp PORTVERSION= 0.7.6 @@ -15,7 +11,7 @@ MAINTAINER= delphus@gmail.com COMMENT= Another mp3 player GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAN1= amp.1 PLIST_FILES= bin/amp |